mirror of
https://github.com/KaySar12/NextZen-UserService.git
synced 2025-03-15 23:25:35 +07:00
jump local-storage:raid_status event
This commit is contained in:
parent
cd06d3ca37
commit
2c1a72c5e5
@ -60,7 +60,9 @@ func EventListen() {
|
||||
Properties: string(propertiesStr),
|
||||
UUID: *event.Uuid,
|
||||
}
|
||||
logger.Info("write to database", zap.Any("model", model))
|
||||
if event.Name == "local-storage:raid_status" {
|
||||
continue
|
||||
}
|
||||
service.MyService.Event().CreateEvemt(model)
|
||||
// logger.Info("info", zap.Any("写入信息1", model))
|
||||
// output, err := json.MarshalIndent(event, "", " ")
|
||||
|
Loading…
Reference in New Issue
Block a user