Compare commits
2 Commits
72a9049092
...
593d4d983b
Author | SHA1 | Date | |
---|---|---|---|
![]() |
593d4d983b | ||
![]() |
859640e064 |
@ -36,8 +36,8 @@ public class ParkingSpotStrategyImpl implements NodeProcessingStrategy {
|
|||||||
}
|
}
|
||||||
parkingSpotDO.setLocationX(item.getLocationX());
|
parkingSpotDO.setLocationX(item.getLocationX());
|
||||||
parkingSpotDO.setLocationY(item.getLocationY());
|
parkingSpotDO.setLocationY(item.getLocationY());
|
||||||
parkingSpotDO.setActualLocationX(item.getLocationX());
|
parkingSpotDO.setActualLocationX(item.getActualLocationX());
|
||||||
parkingSpotDO.setActualLocationY(item.getLocationY());
|
parkingSpotDO.setActualLocationY(item.getActualLocationY());
|
||||||
|
|
||||||
parkingSpotDO.setPositionMapId(positionMapId);
|
parkingSpotDO.setPositionMapId(positionMapId);
|
||||||
parkingSpotDO.setPositionMapItemId(item.getId());
|
parkingSpotDO.setPositionMapItemId(item.getId());
|
||||||
|
Loading…
Reference in New Issue
Block a user