1.增加上料计划查询条件

master
董哲奇 8 months ago
parent fa179b10a2
commit e05c61bac9

@ -93,7 +93,7 @@ public class ZyjhController {
for (YcldwInfo info:dd.getMovedList()){
ycldwInfoService.daoduo(info.getId(),y);
}
ycldwInfoService.daoduo(dd.getId(),dd.getCeng());
ycldwInfoService.daoduo(dd.getId(),-moveY);
}
return new ResultBean<>();
}

Loading…
Cancel
Save