|
@@ -50,7 +50,7 @@ public class ScaleCalculate {
|
|
|
groupResult.put("value", groupSum);
|
|
|
|
|
|
groupCalculate.put("result", groupResult);
|
|
|
- groupCalculate.put("isShow", 0);
|
|
|
+ groupCalculate.put("isShow", 1);
|
|
|
|
|
|
groupResults.put("groupName", groupName);
|
|
|
groupResults.put("groupCalculate", groupCalculate);
|