Sfoglia il codice sorgente

修改肾小球返回格式

hujing 6 anni fa
parent
commit
9c2293e1aa

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

@@ -265,7 +265,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", "");