项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_OutboundService/SplitPackageService.cs
@@ -108,6 +108,7 @@ OutboundQuantity = request.SplitQuantity, Barcode = newBarcode, InboundOrderRowNo = baseStockDetail.InboundOrderRowNo, FactoryArea = baseStockDetail.FactoryArea, }; await _stockInfoDetailService.Db.Insertable(newStockDetail).ExecuteCommandAsync();