Commit cba3fe96 authored by chenzhao's avatar chenzhao

修改bug

parent bfdef506
...@@ -176,6 +176,7 @@ public class ConfirmAlarmServiceImpl extends ServiceImpl<ConfirmAlarmMapper, Equ ...@@ -176,6 +176,7 @@ public class ConfirmAlarmServiceImpl extends ServiceImpl<ConfirmAlarmMapper, Equ
} }
ent.setUpdateDate(new Date()); ent.setUpdateDate(new Date());
ent.setConfirmDate(new Date());
int i = 0 ; int i = 0 ;
if (ent.getIsBatch() == 0){ if (ent.getIsBatch() == 0){
i = equipmentSpecificAlarmLogMapper.updateById(ent); i = equipmentSpecificAlarmLogMapper.updateById(ent);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment