liuxm
2024-05-21 a55b77017e8763d0fe044a30b39f37dc9ebb9dbb
pms-parent/pms-global/src/main/resources/mapper/BaLogMapper.xml
@@ -94,7 +94,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 +122,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