|
@@ -839,6 +839,7 @@ public class PchOrdService extends CommonService {
|
839
|
839
|
pchPodrUnqNo = fnGetDealNo(14,"");
|
840
|
840
|
tempTargetBase.setPchPodrUnqNo(pchPodrUnqNo);
|
841
|
841
|
preDlvDvsn = podrEntity.getDlvDvsn();
|
|
842
|
+ preSpplyId = podrEntity.getSpplyId();
|
842
|
843
|
tempTargetBase.setBrandId(savePchSteamlineOrdRequest.getBrandId());
|
843
|
844
|
tempTargetBase.setStoreId(podrEntity.getStoreId());
|
844
|
845
|
tempTargetBase.setSpplyId(podrEntity.getSpplyId());
|
|
@@ -903,6 +904,7 @@ public class PchOrdService extends CommonService {
|
903
|
904
|
pchPodrUnqNo = fnGetDealNo(14,"");
|
904
|
905
|
tempTargetBase.setPchPodrUnqNo(pchPodrUnqNo);
|
905
|
906
|
preDlvDvsn = podrEntity.getDlvDvsn();
|
|
907
|
+ preSpplyId = podrEntity.getSpplyId();
|
906
|
908
|
tempTargetBase.setBrandId(savePchSteamlineOrdRequest.getBrandId());
|
907
|
909
|
tempTargetBase.setStoreId(podrEntity.getStoreId());
|
908
|
910
|
|