| | |
| | | and id = #{param2.id} |
| | | </if> |
| | | <if test="param2.zoneName != null and param2.zoneName != ''"> |
| | | and zone_name = #{param2.zoneName} |
| | | and zone_name like concat('%', #{param2.zoneName}, '%') |
| | | </if> |
| | | <if test="param2.zoneArea != null and param2.zoneArea != ''"> |
| | | and zone_area = #{param2.zoneArea} |
| | |
| | | </if> |
| | | <if test="param2.status != null and param2.status != ''"> |
| | | and status = #{param2.status} |
| | | </if> |
| | | <if test="param2.isDeleted != null and param2.isDeleted != ''"> |
| | | and is_deleted = #{param2.isDeleted} |
| | | </if> |
| | | </where> |
| | | </select> |