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