| | |
| | | ) |
| | | |
| | | </select> |
| | | <select id="getUserInfoByDistrictIds" resultType="org.flowable.idm.engine.impl.persistence.entity.UserEntity" |
| | | parameterType="java.util.List"> |
| | | <select id="getUserInfoByDistrictIds" resultType="org.springblade.modules.system.entity.User"> |
| | | |
| | | SELECT |
| | | bu.id, |
| | |
| | | LEFT JOIN jczz_house jhe ON jhe.house_code = jh.house_code |
| | | LEFT JOIN jczz_district jd on jd.aoi_code=jhe.district_code |
| | | <where> |
| | | and jd.id = in |
| | | and jd.id in |
| | | <foreach collection="list" index="index" item="item" open="(" separator="," close=")"> |
| | | #{item} |
| | | </foreach> |