| | |
| | | #{item} |
| | | </foreach> |
| | | </if> |
| | | <if test="propertyCapitalApply.regionCode != null and propertyCapitalApply.regionCode !='' "> |
| | | and jd.community_code like concat('%',#{propertyCapitalApply.regionCode},'%') |
| | | <if test="isAdministrator==2"> |
| | | <choose> |
| | | <when test="regionChildCodesList !=null and regionChildCodesList.size()>0"> |
| | | and jd.community_code in |
| | | <foreach collection="regionChildCodesList" item="code" open="(" close=")" separator=","> |
| | | #{code} |
| | | </foreach> |
| | | </when> |
| | | <otherwise> |
| | | and jd.community_code in ('') |
| | | </otherwise> |
| | | </choose> |
| | | </if> |
| | | order by jpca.create_time desc |
| | | </select> |