Browse Source

录像修改

xiaoyunquan 2 năm trước cách đây
mục cha
commit
5984a70a97

+ 3 - 1
svr/svr-cloud-care/src/main/java/com/yihu/jw/care/service/third/PatientInfoPlatFormService.java

@ -946,7 +946,9 @@ public class PatientInfoPlatFormService {
                        if (tmp.getIntValue(ResponseContant.resultFlag) == ResponseContant.fail) {
                            detailInfo.put("monitorInfo", tmp.getString(ResponseContant.resultMsg));
                        } 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) {
                        e.printStackTrace();