|
|
@@ -85,7 +85,7 @@ public class BaseStationServiceImpl implements IBaseStationService {
|
|
|
private void saveDeptStation(List<BaseDeptStation> deptStations, Long stationId){
|
|
|
if(CollectionUtils.isEmpty(deptStations)){
|
|
|
for(BaseDeptStation baseDeptStation : deptStations){
|
|
|
- baseDeptLine.setDelFlag(DelFlagEnum.NOT_DELETE.getCode());
|
|
|
+ baseDeptStation.setDelFlag(DelFlagEnum.NOT_DELETE.getCode());
|
|
|
baseDeptStation.setStationId(stationId);
|
|
|
baseDeptStation.setCreateTime(new Date());
|
|
|
baseDeptStation.setCreateBy(SecurityUtils.getUsername());
|