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