drone-service/drone-fw/src/main/java/org/sxkj/fw/area/mapper/FwAreaDivideMapper.xml
@@ -101,7 +101,13 @@ from ja_fw_area_divide ad left join ja_fw_police_station ps on ps.id = ad.police_station_id and ps.is_deleted = 0 <where> ad.is_deleted = 0 ad.is_deleted = 0 <if test="deptList != null and deptList.size > 0"> and ad.create_dept in <foreach collection="deptList" item="deptId" open="(" separator="," close=")"> #{deptId} </foreach> </if> <if test="isSetSceneManage != null and isSetSceneManage == 1"> and exists ( select 1