liuxm
2024-04-29 115c5ebd7b020eda6185b92b2eb84377a2a6ea7a
pms-parent/pms-global/src/main/resources/mapper/BaRoleMapper.xml
@@ -132,6 +132,12 @@
      <if test="name != null and name != ''">
        r.name like concat('%', #{name}, '%') and
      </if>
      <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
      </if>
    </trim>
  </select>