|
@@ -1849,12 +1849,12 @@ public class Neo4jAPI {
|
|
|
groupCalcResult.put("unit", "");
|
|
|
groupCalcResult.put("text", "");
|
|
|
groupCalcJson.put("result", groupCalcResult);
|
|
|
- groupCalcJson.put("isShow", 0);
|
|
|
+ groupCalcJson.put("isShow", 1);
|
|
|
|
|
|
threeLevelItems.put("scaleType", 1);
|
|
|
threeLevelItems.put("scaleName", scaleName);
|
|
|
threeLevelItems.put("group", new JSONArray());
|
|
|
- threeLevelItems.put("noCalc",1);
|
|
|
+ threeLevelItems.put("noCalc",0);
|
|
|
|
|
|
Map<String, Object> calculate = new HashMap<>();
|
|
|
Map<String, List<Map<String, String>>> nameDetails = new HashMap<>();
|