Commit aeec06bc authored by 李驰骋's avatar 李驰骋

去掉领料工单新增后回写工单已领料数量逻辑

parent f644a767
......@@ -157,11 +157,6 @@ public class MoctcService {
// 合计
countMocteForMoctc(moctc, moctes);
// 回写工单
moctes.forEach(i -> {
refreshTb005OfMoctb(mocta.getTa001(), mocta.getTa002(), i.getTe004(), i.getTe009(), i.getTe005());
});
moctcDao.save(moctc);
moctdDao.save(moctd);
moctes.forEach(i -> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment