Browse Source

采购单默认启用

updatebug
shanji 2 years ago
committed by shanj
parent
commit
54f8ca7d11
  1. 3
      BBWYB.Server.Business/PurchaseOrder/PurchaseOrderBusiness.cs

3
BBWYB.Server.Business/PurchaseOrder/PurchaseOrderBusiness.cs

@ -329,7 +329,8 @@ namespace BBWYB.Server.Business
PurchaserId = cargoParamGroup.PurchaserId, PurchaserId = cargoParamGroup.PurchaserId,
PurchaserName = cargoParamGroup.PurchaserName, PurchaserName = cargoParamGroup.PurchaserName,
ShopId = request.ShopId, ShopId = request.ShopId,
BelongSkuIds = string.Join(",", belongSkuGroups.Select(bsg => bsg.Key)) BelongSkuIds = string.Join(",", belongSkuGroups.Select(bsg => bsg.Key)),
IsEnabled = true
}; };
insertOrderPurchaseInfos.Add(orderPurchaserInfo); insertOrderPurchaseInfos.Add(orderPurchaserInfo);
#endregion #endregion

Loading…
Cancel
Save