|
@@ -260,7 +260,7 @@ public class GraphCalculate {
|
|
|
indicationJsonObject.put("uint","mg/dL");
|
|
|
indicationJsonObject.put("details",new ArrayList<>());
|
|
|
JSONObject sexJson = new JSONObject();
|
|
|
- sexJson.put("controlType",3);
|
|
|
+ sexJson.put("controlType",1);
|
|
|
sexJson.put("name","性别");
|
|
|
sexJson.put("value","");
|
|
|
sexJson.put("uint","");
|