|
|
@@ -310,7 +310,7 @@ public class LabSubjectManagerService {
|
|
|
Map <String,String> alarmUpMap = new HashMap<>();
|
|
|
alarmUpMap.put("id",a.get("id"));
|
|
|
alarmUpMap.put("handlingUserId",SecurityUtils.getUserId()+"");
|
|
|
- alarmUpMap.put("handlingContent","手动关闭智能声光报警");
|
|
|
+ alarmUpMap.put("handlingContent","关闭智能声光报警");
|
|
|
remoteChemicalAlarmService.updateStatus(alarmUpMap);
|
|
|
// if(!updateAlarm.getData()){
|
|
|
// logger.error("智能声光报警日志处理失败,报警设备编号:"+labHardwareVO.getHardwareNum());
|