bug修复
This commit is contained in:
parent
1a980e58eb
commit
a291a0bb13
@ -72,6 +72,8 @@ public class PoisonousGasDevCurrentDataServiceImpl extends ServiceImpl<Poisonous
|
||||
log.warn("有毒气体设备未添加,sn:{}", mac);
|
||||
return;
|
||||
}
|
||||
dev.setUploadDate(new Date());
|
||||
poisonousGasDevMapper.updateById(dev);
|
||||
PoisonousGasDevCurrentData currentData = new PoisonousGasDevCurrentData();
|
||||
currentData.setDevSn(mac);
|
||||
currentData.setProjectSn(dev.getProjectSn());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user