mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-23 20:53:46 +08:00
feat:实现团队功能
This commit is contained in:
@@ -279,7 +279,7 @@ func (b *Blog) FindToPager(pageIndex, pageSize int,memberId int,status string) (
|
||||
|
||||
offset := (pageIndex - 1) * pageSize
|
||||
|
||||
query := o.QueryTable(b.TableNameWithPrefix());
|
||||
query := o.QueryTable(b.TableNameWithPrefix())
|
||||
|
||||
if memberId > 0 {
|
||||
query = query.Filter("member_id",memberId)
|
||||
|
Reference in New Issue
Block a user