|
|
@@ -1138,6 +1138,7 @@ public class workorder extends Controller {
|
|
|
workpresetInfo.setSignature(row.getLong("signature"));
|
|
|
workpresetInfo.setPasscheck(row.getLong("passcheck"));
|
|
|
workpresetInfo.setQuestionedit(row.getLong("questionedit"));
|
|
|
+ workpresetInfo.setQuestionoption(row.getString("questionoption"));
|
|
|
String workpresetjson = JSONObject.toJSONString(workpresetInfo);
|
|
|
SQLFactory sqlFactory = new SQLFactory(this, "服务工单流程节点新增");
|
|
|
long sa_workorder_nodeid = createTableID("sa_workorder_node");
|
|
|
@@ -1168,6 +1169,7 @@ public class workorder extends Controller {
|
|
|
workpresetInfo1.setSignature(row2.getLong("signature"));
|
|
|
workpresetInfo1.setPasscheck(row.getLong("passcheck"));
|
|
|
workpresetInfo1.setQuestionedit(row.getLong("questionedit"));
|
|
|
+ workpresetInfo1.setQuestionoption(row.getString("questionoption"));
|
|
|
String workpresetjson1 = JSONObject.toJSONString(workpresetInfo1);
|
|
|
SQLFactory sqlFactory1 = new SQLFactory(this, "服务工单流程节点新增");
|
|
|
sqlFactory1.addParameter("sa_workorder_nodeid", createTableID("sa_workorder_node"));
|
|
|
@@ -1326,6 +1328,7 @@ public class workorder extends Controller {
|
|
|
workpresetInfo.setSignature(row.getLong("signature"));
|
|
|
workpresetInfo.setPasscheck(row.getLong("passcheck"));
|
|
|
workpresetInfo.setQuestionedit(row.getLong("questionedit"));
|
|
|
+ workpresetInfo.setQuestionoption(row.getString("questionoption"));
|
|
|
jsonObject = JSONArray.parseObject(JSON.toJSONString(workpresetInfo));
|
|
|
|
|
|
}
|