Commit 353ddaa712c1f0e3b524e639b52e331e35aeacdd

Authored by youxiw2000
1 parent a281a3bd

123

src/main/java/com/bsth/service/impl/LineVersionsServiceImpl.java
@@ -320,6 +320,7 @@ public class LineVersionsServiceImpl extends BaseServiceImpl<LineVersions, Integ @@ -320,6 +320,7 @@ public class LineVersionsServiceImpl extends BaseServiceImpl<LineVersions, Integ
320 oldStation.setAddr(newStation.getAddr()); 320 oldStation.setAddr(newStation.getAddr());
321 oldStation.setbJwpoints(newStation.getbJwpoints()); 321 oldStation.setbJwpoints(newStation.getbJwpoints());
322 oldStation.setbPolygonGrid(newStation.getbPolygonGrid()); 322 oldStation.setbPolygonGrid(newStation.getbPolygonGrid());
  323 + oldStation.setgPolygonGrid(newStation.getgPolygonGrid());
323 oldStation.setCreateDate(new Date()); 324 oldStation.setCreateDate(new Date());
324 oldStation.setDbType(newStation.getDbType()); 325 oldStation.setDbType(newStation.getDbType());
325 oldStation.setDescriptions(newStation.getDescriptions()); 326 oldStation.setDescriptions(newStation.getDescriptions());
@@ -337,7 +338,6 @@ public class LineVersionsServiceImpl extends BaseServiceImpl<LineVersions, Integ @@ -337,7 +338,6 @@ public class LineVersionsServiceImpl extends BaseServiceImpl<LineVersions, Integ
337 oldStation.setX(newStation.getX()); 338 oldStation.setX(newStation.getX());
338 oldStation.setY(newStation.getY()); 339 oldStation.setY(newStation.getY());
339 340
340 -  
341 stationRepository.save(oldStation); 341 stationRepository.save(oldStation);
342 342
343 LsStationRoute oldData = stationList.get(i); 343 LsStationRoute oldData = stationList.get(i);