feat: 基站状态补充randId字段信息
This commit is contained in:
@@ -40,9 +40,10 @@ func (s *NBState) Resolve(n oam.NBState) error {
|
||||
NeId: neInfo.NeId,
|
||||
RmUid: neInfo.RmUID,
|
||||
Address: n.Address,
|
||||
NbName: n.DeviceName,
|
||||
NbId: n.DeviceId,
|
||||
Name: n.Name,
|
||||
Position: n.Position,
|
||||
NbName: n.DeviceName,
|
||||
State: n.State,
|
||||
Time: date.ParseDateToStr(n.StateTime, time.RFC3339),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user