| | |
| | | <otherwise> |
| | | and |
| | | ( |
| | | jg.grid_code in ('') or jpag.community_code in in ('') |
| | | jg.grid_code in ('') or jpag.community_code in ('') |
| | | ) |
| | | </otherwise> |
| | | </choose> |
| | |
| | | LEFT JOIN jczz_doorplate_address jda ON jp.house_code = jda.address_code |
| | | <where> |
| | | <if test="placeExt.neiCode != null and placeExt.neiCode != ''"> |
| | | and jda.nei_code = #{placeExt.neiCode} |
| | | and jpag.community_code like concat('%',#{placeExt.neiCode},'%') |
| | | </if> |
| | | |
| | | <if test="placeExt.confirmFlag != null"> |
| | | and jpe.confirm_flag = #{placeExt.confirmFlag} |
| | | </if> |
| | |
| | | <otherwise> |
| | | and |
| | | ( |
| | | jg.grid_code in ('') or jpag.community_code in in ('') |
| | | jg.grid_code in ('') or jpag.community_code in ('') |
| | | ) |
| | | </otherwise> |
| | | </choose> |