wms-提货单sql

This commit is contained in:
zhaoqing
2026-04-17 14:12:54 +08:00
parent ff32e5d32c
commit e658dfb56d
7 changed files with 12 additions and 10 deletions
@@ -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);
}
}