代码更新
This commit is contained in:
@@ -201,7 +201,7 @@ public class AppRun {
|
||||
int nodeSizeH = 50;
|
||||
for (int i = 1; i <= 4; i++) {
|
||||
|
||||
JSONArray resultJSONArray = attrTab.query("col_num = '" + i + "' and point_type = '9' and layer_num = '1' order by row_num ASC").getResultJSONArray(0);
|
||||
JSONArray resultJSONArray = attrTab.query("col_num = '" + i + "' and point_type = '9' and layer_num = '2' order by row_num ASC").getResultJSONArray(0);
|
||||
|
||||
for (int j = 0; j < resultJSONArray.size(); j++) {
|
||||
JSONObject json = resultJSONArray.getJSONObject(j);
|
||||
@@ -229,7 +229,7 @@ public class AppRun {
|
||||
}
|
||||
save.put("nodes", nodes);
|
||||
save.put("edges", edges);
|
||||
JSONObject jsonObject = stageTab.query("stage_code = 'FS'").uniqueResult(0);
|
||||
JSONObject jsonObject = stageTab.query("stage_code = 'FS_2'").uniqueResult(0);
|
||||
jsonObject.put("stage_data", save);
|
||||
stageTab.update(jsonObject);
|
||||
return "Backend service started successfully";
|
||||
|
||||
Reference in New Issue
Block a user