tangzy
2021-07-14 5fb38e71cc5ab8eee8e7f489c4476d59104f07df
src/main/java/org/springblade/modules/system/mapper/DeptMapper.xml
@@ -153,7 +153,13 @@
    <!--统计单位类型数量-->
    <select id="selectCount" resultType="java.util.HashMap">
        SELECT dept.id as jurisdiction,dept.dept_name AS title FROM blade_dept dept WHERE  dept.dept_name  like concat(concat('%', #{name}),'%')
        SELECT
            id as jurisdiction,
            dept_name AS title
        FROM
            sys_jurisdiction
        WHERE
            is_deleted = 0 AND  parent_id!=0
    </select>
    <select id="selectHold" resultType="java.util.HashMap">