Browse Source

推送指标的性别类型改为1

kongwz 6 years ago
parent
commit
e604fc6fec

+ 1 - 1
graph-web/src/main/java/org/diagbot/graphWeb/work/GraphCalculate.java

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