Fancy
2024-08-22 4a36a12d40453f7686e5f2664f19601b9f6b9ae2
pms-parent/pms-global/src/main/resources/mapper/BaLogMapper.xml
@@ -79,9 +79,7 @@
  <select id="selectSome" resultMap="BaseResultMap">
    select
    <include refid="Base_Column_List" >
      <property name="alias" value="r"/>
    </include>
    <include refid="Base_Column_List" />
    from ba_log r
    <trim prefix="where " suffixOverrides="and">
      <if test="userId != null and userId != ''">
@@ -94,7 +92,7 @@
        content like concat('%', #{content}, '%') and
      </if>
      <if test="dt != null and dt != '' ">
        dt = #{dt,jdbcType=TIMESTAMP} and
        DATE_FORMAT(dt, '%Y-%m-%d') = #{dt,jdbcType=TIMESTAMP} and
      </if>
      <if test="ip != null and ip != '' ">
        ip =#{ip,jdbcType=VARCHAR} and
@@ -122,7 +120,7 @@
        content like concat('%', #{content}, '%') and
      </if>
      <if test="dt != null and dt != '' ">
        dt = #{dt,jdbcType=TIMESTAMP} and
        DATE_FORMAT(dt, '%Y-%m-%d') = #{dt,jdbcType=TIMESTAMP} and
      </if>
      <if test="ip != null and ip != '' ">
        ip =#{ip,jdbcType=VARCHAR} and