|
|
@@ -196,7 +196,7 @@ public class IotAlarmSubSystemServiceImpl extends ServiceImpl<IotAlarmSubsystemM
|
|
|
protection.setStatusUpdatorId(null);
|
|
|
protection.setStatusUpdatorName(null);
|
|
|
this.updateById(protection);
|
|
|
-
|
|
|
+ //临时换文件处理,等下次打完整包的时候删除这段代码
|
|
|
LambdaUpdateWrapper<IotAlarmSubsystem> updateWrapper=new LambdaUpdateWrapper<>();
|
|
|
updateWrapper.eq(IotAlarmSubsystem::getId,protection.getId());
|
|
|
updateWrapper.set(IotAlarmSubsystem::getStatusUpdatorId,null);
|