Browse Source

bug修复

hu 3 weeks ago
parent
commit
80ebcab223
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/custom/restcontroller/webmanage/sale/workorder/workorder.java

+ 1 - 1
src/custom/restcontroller/webmanage/sale/workorder/workorder.java

@@ -129,7 +129,7 @@ public class workorder extends Controller {
 
         sqlList.add(updateSQL.getSQL());
 
-        UpdateSQL updateSQLdetail = SQLFactory.createUpdateSQL(this, "sa_serviceorder");
+        UpdateSQL updateSQLdetail = SQLFactory.createUpdateSQL(this, "sa_serviceorderitems");
         updateSQLdetail.setUniqueid(sa_serviceorderid);
         updateSQLdetail.setSiteid(siteid);
         updateSQLdetail.setValue("itemid", itemid);