|
@@ -63,7 +63,7 @@ public class PchOdrInfoResponse {
|
63
|
63
|
.podrDt(entity.getPodrDt() == null ? "" : entity.getPodrDt())
|
64
|
64
|
.whsId(entity.getWhsId() == null ? "" : entity.getWhsId())
|
65
|
65
|
.location(entity.getLocation() == null ? "" : entity.getLocation())
|
66
|
|
- .whsNm(entity.getWhsNm() == null ? "" : entity.getWhsNm() + entity.getLocationNm())
|
|
66
|
+ .whsNm(entity.getWhsNm() == null ? "" : entity.getWhsNm() + " - " + entity.getLocationNm())
|
67
|
67
|
.shmtWhsId(entity.getShmtWhsId() == null ? "" : entity.getShmtWhsId())
|
68
|
68
|
.shmtLocation(entity.getShmtLocation() == null ? "" : entity.getShmtLocation())
|
69
|
69
|
.shmtWhsNm(entity.getShmtWhsNm() == null ? "" : entity.getShmtWhsNm() + "-" + entity.getShmtLocationNm())
|