吉安感知网项目-后端
linwei
2026-06-09 04056b0490135ddfc348928b2eb46b51bf71c600
drone-service/drone-fw/src/main/java/org/sxkj/fw/area/service/impl/FwPoliceStationServiceImpl.java
@@ -17,6 +17,7 @@
package org.sxkj.fw.area.service.impl;
import org.springblade.core.secure.utils.AuthUtil;
import org.springblade.core.tool.constant.BladeConstant;
import org.springblade.core.tool.utils.StringUtil;
import org.sxkj.common.utils.HeaderUtils;
import org.sxkj.fw.area.entity.FwPoliceStationEntity;
@@ -111,6 +112,7 @@
      }
      LambdaQueryWrapper<FwPoliceStationEntity> queryWrapper = new LambdaQueryWrapper<>();
      queryWrapper.eq(FwPoliceStationEntity::getStationName, stationName);
      queryWrapper.eq(FwPoliceStationEntity::getIsDeleted, BladeConstant.DB_NOT_DELETED);
      if (excludeId != null) {
         queryWrapper.ne(FwPoliceStationEntity::getId, excludeId);
      }