修复db层代码接口错误
This commit is contained in:
parent
c834ab0d9a
commit
8c158797c6
@ -84,7 +84,7 @@ func (this *MCompModel) Get(uid string, data interface{}, opt ...db.DBOption) (e
|
|||||||
|
|
||||||
//获取列表数据 注意 data 必须是 切片的指针 *[]type
|
//获取列表数据 注意 data 必须是 切片的指针 *[]type
|
||||||
func (this *MCompModel) GetList(uid string, data interface{}) (err error) {
|
func (this *MCompModel) GetList(uid string, data interface{}) (err error) {
|
||||||
return this.DBModel.GetFields(uid, data)
|
return this.DBModel.GetList(uid, data)
|
||||||
}
|
}
|
||||||
|
|
||||||
//查询队列信息
|
//查询队列信息
|
||||||
|
Loading…
Reference in New Issue
Block a user