bug修复

This commit is contained in:
guo 2024-01-26 16:34:19 +08:00
parent 409c9d93af
commit 6e71eb45cf

View File

@ -98,6 +98,7 @@ public class FrontierProtectionNoNetDataServiceImpl extends ServiceImpl<Frontier
data.setDeviceStatus(Integer.valueOf(dto.getAlarm()));
data.setDetailStatus(dto.getState());
data.setProjectSn(dev.getProjectSn());
data.setLocation(dto.getAddress());
baseMapper.insert(data);
return 0;
}