| | |
| | | <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> |
| | | |
| | |
| | | <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 |