mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-01 20:26:39 +08:00
refactor: base.repo与app重构优化
This commit is contained in:
@@ -20,5 +20,5 @@ func (m *AccountRepoImpl) GetPageList(condition *entity.AccountQuery, pageParam
|
||||
Like("name", condition.Name).
|
||||
Like("username", condition.Username).
|
||||
In("id", condition.Ids)
|
||||
return m.PageByCond(qd, pageParam, toEntity)
|
||||
return m.PageByCondToAny(qd, pageParam, toEntity)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user