|
@@ -1896,7 +1896,7 @@ public class OrderItems extends Controller {
|
|
|
updateSQL.setValue("billingstatus", row.getString("billingstatus"));
|
|
updateSQL.setValue("billingstatus", row.getString("billingstatus"));
|
|
|
updateSQL.setValue("canoffqty", row.getString("qty"));
|
|
updateSQL.setValue("canoffqty", row.getString("qty"));
|
|
|
updateSQL.setValue("tobeoffqty", 0);
|
|
updateSQL.setValue("tobeoffqty", 0);
|
|
|
- updateSQL.setValue("oddstatus", 1);
|
|
|
|
|
|
|
+ updateSQL.setValue("offstatus", 1);
|
|
|
|
|
|
|
|
// 将生成的 SQL 加入列表
|
|
// 将生成的 SQL 加入列表
|
|
|
sqlList.add(updateSQL.getSQL());
|
|
sqlList.add(updateSQL.getSQL());
|