|
@@ -67,8 +67,13 @@ public class DataService {
|
|
|
postWithParameters(UPDATE_PATIENT_URL, map);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 获取确认报告
|
|
|
+ * @param map
|
|
|
+ * @return
|
|
|
+ */
|
|
|
public JSONArray getReport(Map<String, String> map) {
|
|
|
- String content = postWithParameters(UPDATE_PATIENT_URL, map);
|
|
|
+ String content = postWithParameters(GET_REPORT_URL, map);
|
|
|
JSONObject jsonObject = JSON.parseObject(content);
|
|
|
if (!jsonObject.getString("msg").equals("success")) {
|
|
|
return null;
|