不发货的逻辑修改

This commit is contained in:
马三炮 2026-02-09 15:39:27 +08:00
parent bbbcce445b
commit 9d1adebcc1
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ public class PurchaseServiceImpl implements PurchaseService {
info.setDetailsId(details.getId());
mapper.insertStPlanOutSupData(info);
OutBatchVo batchVo = new OutBatchVo();
batchVo.setApplyId(Integer.valueOf(outPlanVo.getId()));
batchVo.setApplyId(Integer.valueOf(outPlanVo.getPlanId()));
batchVo.setCgNum(details.getCgNum());
batchVo.setLkNum(details.getLkNum());
batchVo.setCreateDate(new Date());