fix
This commit is contained in:
@@ -405,6 +405,16 @@
|
||||
where deleted = 0
|
||||
and syn_ding_dept_id = #{synDingDeptId}
|
||||
</select>
|
||||
<select id="getSubRegionIdsByRegionIdList" resultType="java.lang.Long">
|
||||
select
|
||||
id
|
||||
from
|
||||
region_${enterpriseId}
|
||||
where
|
||||
deleted = 0
|
||||
and
|
||||
<foreach collection="regionIds" separator=" or " open="(" close=")" item="region" > region_path like concat("%/", #{region}, "/%")</foreach>
|
||||
</select>
|
||||
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user