吉安感知网项目-后端
linwei
2026-04-02 63b484f3fceb54cf545b3c8b722a6f0fceae1689
drone-service/drone-system/src/main/java/org/sxkj/system/mapper/DeptMapper.xml
@@ -179,7 +179,7 @@
        left join sys_config sc on sc.dept_id = bd.id::VARCHAR and sc.is_deleted = 0
        where bd.is_deleted = 0
        and (
        bd.id = #{deptId}
        bd.id = #{deptId}::bigint
        or bd.ancestors like concat('%',#{deptId},'%')
        )
        and bd.dept_category = 1