| | |
| | | |
| | | <select id="selectGdImplementListPage" resultMap="gdImplementListResultMap"> |
| | | select * from ja_gd_implement_list where is_deleted = 0 |
| | | <if test="param2.implementName != null and param2.implementName != ''"> |
| | | and implement_name like concat('%',#{param2.implementName},'%') |
| | | </if> |
| | | <if test="param2.matterName != null and param2.matterName != ''"> |
| | | and matter_name like concat('%',#{param2.matterName},'%') |
| | | </if> |
| | |
| | | and matter_code like concat('%',#{param2.matterCode},'%') |
| | | </if> |
| | | <if test="param2.areaCode != null and param2.areaCode != ''"> |
| | | and area_code like concat('%',#{param2.areaCode},'%') |
| | | and area_code like concat(#{param2.areaCode},'%') |
| | | </if> |
| | | <if test="param2.orgCode != null and param2.orgCode != ''"> |
| | | and org_code like concat('%',#{param2.orgCode},'%') |