|
@ -259,6 +259,9 @@ public class DetectionPlatformService {
|
|
|
JSONArray array = new JSONArray();
|
|
|
JSONObject userObj = new JSONObject();
|
|
|
userObj.put("patient",patientDevices.get(i).getUser());
|
|
|
if (null==byId.get(patientDevices.get(i).getUser())){
|
|
|
continue;
|
|
|
}
|
|
|
userObj.put("patientName",byId.get(patientDevices.get(i).getUser()).get(0).getName());
|
|
|
userObj.put("patientType",byId.get(patientDevices.get(i).getUser()).get(0).getArchiveType());
|
|
|
userObj.put("latLon",byId.get(patientDevices.get(i).getUser()).get(0).getLatLon());
|