不发货的逻辑修改
This commit is contained in:
parent
bbbcce445b
commit
9d1adebcc1
|
|
@ -347,7 +347,7 @@ public class PurchaseServiceImpl implements PurchaseService {
|
||||||
info.setDetailsId(details.getId());
|
info.setDetailsId(details.getId());
|
||||||
mapper.insertStPlanOutSupData(info);
|
mapper.insertStPlanOutSupData(info);
|
||||||
OutBatchVo batchVo = new OutBatchVo();
|
OutBatchVo batchVo = new OutBatchVo();
|
||||||
batchVo.setApplyId(Integer.valueOf(outPlanVo.getId()));
|
batchVo.setApplyId(Integer.valueOf(outPlanVo.getPlanId()));
|
||||||
batchVo.setCgNum(details.getCgNum());
|
batchVo.setCgNum(details.getCgNum());
|
||||||
batchVo.setLkNum(details.getLkNum());
|
batchVo.setLkNum(details.getLkNum());
|
||||||
batchVo.setCreateDate(new Date());
|
batchVo.setCreateDate(new Date());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue