drone-service/drone-fw/src/main/java/org/sxkj/fw/area/service/impl/FwPoliceStationServiceImpl.java
@@ -62,6 +62,7 @@ @Override public List<FwPoliceStationVO> selectByPolygons(List<String> polygons) { // 仅做空间过滤,具体坐标规则由 SQL 处理 return baseMapper.selectByPolygons(polygons); } @@ -88,6 +89,7 @@ } private void fillCreateFields(FwPoliceStationEntity fwPoliceStation) { // 创建/更新基础审计字段统一设置 Long userId = AuthUtil.getUserId(); String deptIdStr = AuthUtil.getDeptId(); Long deptId = null;