|
@ -1470,7 +1470,7 @@ public class PatientDeviceService extends BaseJpaService<DevicePatientDevice, Pa
|
|
|
for (BaseEmergencyWarnLogDO tmp:logDOS){
|
|
|
tmp.setTimeInfo(DateUtil.getDifferentTimeInfo(new Date(),tmp.getCreateTime(),0));
|
|
|
}
|
|
|
map.put("orderLog",logDOS);
|
|
|
map.put("orderLog",JSON.parseArray(JSON.toJSONStringWithDateFormat(logDOS,"yyyy-MM-dd HH:mm:ss",SerializerFeature.WriteMapNullValue)));
|
|
|
// (起床预警时长3 午睡预警时长5 起夜预警时长2 详情见设备项目睡眠带发起时定义) (离开安全区域超出距离km) (燃气烟雾 报警时浓度)
|
|
|
if ("22".equals(orderType)){
|
|
|
JSONObject info = new JSONObject();
|