|
@@ -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);
|