liuxm
2024-04-29 b8646a66b432920ba9c6b21964d0f132973b7dfc
pms-parent/pms-global/src/main/resources/mapper/BaRoleMapper.xml
@@ -147,8 +147,8 @@
      <if test="name != null and name != ''">
        r.name like concat('%', #{name}, '%') and
      </if>
      <if test="disable != null and disable != ''">
        r.disable =#{disabled,jdbcType=BOOLEAN} and
      <if test="disabled != null and disabled != ''">
        r.disabled =#{disabled,jdbcType=BOOLEAN} and
      </if>
      <if test="dt != null and dt != ''">
        DATE_FORMAT(r.dt, '%Y-%m-%d') = #{dt,jdbcType=TIMESTAMP} and