| | |
| | | #{code} |
| | | </foreach> |
| | | or |
| | | jpag.community_code in |
| | | br.village_code in |
| | | <foreach collection="regionChildCodesList" item="code" open="(" close=")" separator=","> |
| | | #{code} |
| | | </foreach> |
| | |
| | | <otherwise> |
| | | and |
| | | ( |
| | | jg.grid_code in ('') or jpag.community_code in ('') |
| | | jg.grid_code in ('') or br.village_code in ('') |
| | | ) |
| | | </otherwise> |
| | | </choose> |
| | |
| | | |
| | | <select id="export" |
| | | resultMap="TaskPlaceRectificationExcelResult"> |
| | | |
| | | SELECT |
| | | jtpr.id, |
| | | jtpr.place_check_id, |
| | |
| | | #{code} |
| | | </foreach> |
| | | or |
| | | jpag.community_code in |
| | | br.village_code in |
| | | <foreach collection="regionChildCodesList" item="code" open="(" close=")" separator=","> |
| | | #{code} |
| | | </foreach> |
| | |
| | | <otherwise> |
| | | and |
| | | ( |
| | | jg.grid_code in ('') or jpag.community_code in ('') |
| | | jg.grid_code in ('') or br.village_code in ('') |
| | | ) |
| | | </otherwise> |
| | | </choose> |
| | | </if> |
| | | </where> |
| | | |
| | | |
| | | order by jtpr.create_time desc |
| | | </select> |
| | | |
| | | |