| | |
| | | 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; |
| | |
| | | } |
| | | 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); |
| | | } |