src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
@@ -403,4 +403,11 @@ <update id="deleteUserByDeptId"> update blade_user set is_deleted = 1 where dept_id = #{deptId} </update> <!--查辖区的子数据--> <select id="selJurchilder" resultType="java.lang.String"> SELECT GROUP_CONCAT(id) as id FROM sys_jurisdiction WHERE parent_id = #{id} </select> </mapper>