mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-26 20:52:44 +08:00
Merge branch 'koogua/v1.4.5' into demo
This commit is contained in:
commit
186ee47e9b
@ -31,6 +31,8 @@ class CommentList extends LogicService
|
|||||||
$params['item_id'] = $chapter->id;
|
$params['item_id'] = $chapter->id;
|
||||||
$params['item_type'] = CommentModel::ITEM_CHAPTER;
|
$params['item_type'] = CommentModel::ITEM_CHAPTER;
|
||||||
$params['published'] = CommentModel::PUBLISH_APPROVED;
|
$params['published'] = CommentModel::PUBLISH_APPROVED;
|
||||||
|
$params['parent_id'] = 0;
|
||||||
|
$params['deleted'] = 0;
|
||||||
|
|
||||||
$sort = $pagerQuery->getSort();
|
$sort = $pagerQuery->getSort();
|
||||||
$page = $pagerQuery->getPage();
|
$page = $pagerQuery->getPage();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user