bug修复
This commit is contained in:
parent
409c9d93af
commit
6e71eb45cf
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user