Commit 56f096f4 authored by 李驰骋's avatar 李驰骋

进货单生产后他去更改采购订单的数量去了

parent ebcf9754
......@@ -309,7 +309,7 @@ public class PurtgService {
throw new TopsunitException(MessageUtils.getMessage("超出到货单验收数量"));
}
localPurcd.setCd020(cd020);
purtd.ifPresent(i -> i.setTd015(i.getTd015().add(purth.getTh015())));
//purtd.ifPresent(i -> i.setTd015(i.getTd015().add(purth.getTh015())));
});
return purths;
}
......
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