|
@@ -555,7 +555,7 @@ public class BaseAlarmServiceImpl extends AbstractCrudService<BaseAlarmMapper, B
|
|
|
this.updateBatchById(list);
|
|
|
|
|
|
}else { // 单一
|
|
|
- LOGGER.info("alarmceshi+++++++++"+SecurityUtils.getLoginUser().getSysUser());
|
|
|
+// LOGGER.info("alarmceshi+++++++++"+SecurityUtils.getLoginUser().getSysUser());
|
|
|
baseAlarm.setHandleStatus(1);
|
|
|
baseAlarm.setHandleBy(SecurityUtils.getUsername());
|
|
|
baseAlarm.setHandleTime(LocalDateTime.now());
|