|
@@ -314,10 +314,10 @@ public class GraphCalculate {
|
|
|
List<JSONObject> shiFouList = new ArrayList<>();
|
|
|
JSONObject shiJsonObject = new JSONObject();
|
|
|
shiJsonObject.put("detailName", "是");
|
|
|
- shiJsonObject.put("state", 0);
|
|
|
+ shiJsonObject.put("state", 1);
|
|
|
JSONObject fouJsonObject = new JSONObject();
|
|
|
fouJsonObject.put("detailName", "否");
|
|
|
- fouJsonObject.put("state", 1);
|
|
|
+ fouJsonObject.put("state", 0);
|
|
|
shiFouList.add(shiJsonObject);
|
|
|
shiFouList.add(fouJsonObject);
|
|
|
shiFouJson.put("details", shiFouList);
|