流程手册去掉无用输出
This commit is contained in:
parent
646a4984fc
commit
96e976e0a8
@ -228,7 +228,6 @@ public class Report1Gener {
|
|||||||
JSONArray object= JSONArray.parseArray(resultJson);
|
JSONArray object= JSONArray.parseArray(resultJson);
|
||||||
for(int i=0; i<object.size(); i++) {
|
for(int i=0; i<object.size(); i++) {
|
||||||
String key = object.getJSONObject(i).getString("key");
|
String key = object.getJSONObject(i).getString("key");
|
||||||
System.out.println("key============"+key);
|
|
||||||
//if (key.equals("explain") || key.equals("statistical_period") || key.equals("unit_measurement") || key.equals("data_sources") || key.equals("computational_formula") || key.equals("Index_definition") || key.equals("objective") || key.equals("Name_process_performance_indicator")) {
|
//if (key.equals("explain") || key.equals("statistical_period") || key.equals("unit_measurement") || key.equals("data_sources") || key.equals("computational_formula") || key.equals("Index_definition") || key.equals("objective") || key.equals("Name_process_performance_indicator")) {
|
||||||
/*if (key.equals("Name_process_performance_indicator")){//指标名称
|
/*if (key.equals("Name_process_performance_indicator")){//指标名称
|
||||||
String value = object.getJSONObject(i).getString("value");
|
String value = object.getJSONObject(i).getString("value");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user