修复db层代码接口错误

This commit is contained in:
liwei1dao 2022-08-11 18:05:21 +08:00
parent c834ab0d9a
commit 8c158797c6

View File

@ -84,7 +84,7 @@ func (this *MCompModel) Get(uid string, data interface{}, opt ...db.DBOption) (e
//获取列表数据 注意 data 必须是 切片的指针 *[]type
func (this *MCompModel) GetList(uid string, data interface{}) (err error) {
return this.DBModel.GetFields(uid, data)
return this.DBModel.GetList(uid, data)
}
//查询队列信息