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