Browse Source

bug修复及发货计划明细订单信息刷新接口优化测试

hu 3 tháng trước cách đây
mục cha
commit
c574e7cdeb

+ 1 - 1
src/custom/restcontroller/webmanage/sale/sendplan/sendplandetail.java

@@ -64,7 +64,7 @@ public class sendplandetail extends Controller {
         BigDecimal oldsendqty=BigDecimal.ZERO;
         for (Row row : rows) {
             InsertSQL insertSQL = SQLFactory.createInsertSQL(this, "sa_sendplandetail");
-            long sa_sendplandetailid=createTableID("sa_sendplandetailid");
+            long sa_sendplandetailid=createTableID("sa_sendplandetail");
             insertSQL.setUniqueid(sa_sendplandetailid);
             insertSQL.setSiteid(siteid);
             insertSQL.setValue("sa_sendplanid", sa_sendplanid);