wms-提货单sql
This commit is contained in:
+1
-1
@@ -436,7 +436,7 @@ public class StockOutOrderApi extends BaseController {
|
||||
for (OutMaterialDetailPO detail : detailList) {
|
||||
if (detail.getCopyCode() != null && detail.getCopyCode() == 1) {
|
||||
List<CopyCodeReferencePO> weightList = stockOutOrderApplicationService.queryCopyCodeWeightListByBatch(
|
||||
detail.getBatchNumber(), detail.getMaterialBaseInfoId(), detail.getWarehouseId());
|
||||
detail.getBatchNumber(), detail.getMaterialBaseInfoId(), detail.getWarehouseId(), detail.getBoxPalletNo());
|
||||
detail.setWeightList(weightList);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user