Update ApsPlanManagementMapper.xml
| | |
| | | <select id="selectApsPlanManagementList" parameterType="com.aps.core.domain.ApsPlanManagement" resultMap="ApsPlanManagementResult"> |
| | | <include refid="selectApsPlanManagementVo"/> |
| | | <where> |
| | | <if test="name != null and name != ''"> and name like concat('%', #{name}, '%')</if> |
| | | <if test="name != null and name != ''"> and name like concat('%', cast(#{name} as varchar), '%')</if> |
| | | <if test="type != null and type != ''"> and type = #{type}</if> |
| | | <if test="area != null and area != ''"> and area = #{area}</if> |
| | | <if test="rule != null and rule != ''"> and rule = #{rule}</if> |