修正锁定过多问题
This commit is contained in:
parent
e0a902a579
commit
c25c26f6f2
@ -160,7 +160,7 @@ public class WmsOutPlanServiceImpl implements IWmsOutPlanService {
|
||||
);
|
||||
|
||||
// 开始遍历出库计划子项
|
||||
baseKnifeList.forEach(baseKnife -> {
|
||||
baseKnifeList.subList(0, wmsOutPlanDetail.getPlannedQuantity()).forEach(baseKnife -> {
|
||||
// 构建出库计划明细实体
|
||||
WmsOutPlanDetailEntity wmsOutPlanDetailEntity = new WmsOutPlanDetailEntity();
|
||||
wmsOutPlanDetailEntity.setWmsOutPlanDetailId(wmsOutPlanDetail.getWmsOutPlanDetailId());
|
||||
|
Loading…
Reference in New Issue
Block a user