|
@@ -99,6 +99,8 @@ public class WebsitPurchaseAdjustmentLogic {
|
|
|
throw new RemoteServiceException("找不到对应的采购订单:" + bean.getRef());
|
|
|
}
|
|
|
|
|
|
+ bean.setCompanyWechatId(purchase.getCompanyWechatId())
|
|
|
+ .setCompanyWechatName(purchase.getCompanyWechatName());
|
|
|
bean.setFlag(MaterialFlagEnum.SAVE.getKey());
|
|
|
bean.setPurchaseTime(purchase.getPurchaseTime());
|
|
|
bean.setStorageId(purchase.getStorageId());
|