|
|
@@ -305,6 +305,7 @@ public class OUTConfirm {
|
|
|
|
|
|
public List<String> getGenerateLinesSql() {
|
|
|
List<String> sqls = new ArrayList<>();
|
|
|
+ sqls.add("update @MASTERCODE.prodiowms_Lines set ACTUALQTY=0 where PL_PIID = @PIID");
|
|
|
for (OUTConfirm.OrderLines.OrderLine line : orderLines.getOrderLine()) {
|
|
|
sqls.add(getGenerateLinesSql(line));
|
|
|
for (int i = 0; i < line.getBatchs().getBatch().size(); i++) {
|