mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-29 03:20:24 +08:00
简化数据库查询代码
This commit is contained in:
@@ -44,7 +44,7 @@ func (this *SysEventDAO) CreateEvent(event EventInterface) error {
|
||||
}
|
||||
op.Params = eventJSON
|
||||
|
||||
_, err = this.Save(op)
|
||||
err = this.Save(op)
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user