|
@ -1568,6 +1568,7 @@ public class SecurityMonitoringOrderService extends BaseJpaService<SecurityMonit
|
|
public JSONObject patientMonitoringInfo(String patient, String topicItem,String deviceSn,boolean video) {
|
|
public JSONObject patientMonitoringInfo(String patient, String topicItem,String deviceSn,boolean video) {
|
|
JSONObject result = new JSONObject();
|
|
JSONObject result = new JSONObject();
|
|
result.put("location", null);
|
|
result.put("location", null);
|
|
|
|
result.put("atHome", null);// 居家状态
|
|
result.put("fences", null);
|
|
result.put("fences", null);
|
|
result.put("gasLeakage", null);
|
|
result.put("gasLeakage", null);
|
|
result.put("fire", null);
|
|
result.put("fire", null);
|