mirror of
https://gitee.com/beecue/fastbee.git
synced 2026-02-04 08:05:55 +08:00
feat(事件上报): remark存储
This commit is contained in:
@@ -345,6 +345,7 @@ public class DeviceServiceImpl implements IDeviceService {
|
||||
// 1=影子模式,2=在线模式,3=其他
|
||||
event.setMode(2);
|
||||
event.setModelName(dto.getName());
|
||||
event.setRemark(item.getRemark());
|
||||
deviceLogList.add(event);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user