|
@ -946,7 +946,9 @@ public class PatientInfoPlatFormService {
|
|
if (tmp.getIntValue(ResponseContant.resultFlag) == ResponseContant.fail) {
|
|
if (tmp.getIntValue(ResponseContant.resultFlag) == ResponseContant.fail) {
|
|
detailInfo.put("monitorInfo", tmp.getString(ResponseContant.resultMsg));
|
|
detailInfo.put("monitorInfo", tmp.getString(ResponseContant.resultMsg));
|
|
} else {
|
|
} else {
|
|
detailInfo.put("monitorInfo", tmp.get(ResponseContant.resultMsg));
|
|
|
|
|
|
JSONObject js1 = tmp.getJSONObject(ResponseContant.resultMsg);
|
|
|
|
js1.put("hdAddress",js1.getString("url"));
|
|
|
|
detailInfo.put("monitorInfo",js1);
|
|
}
|
|
}
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|