1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-26 12:23:06 +08:00

Merge branch 'koogua/v1.4.5' into demo

This commit is contained in:
koogua 2021-10-01 17:31:13 +08:00
commit 186ee47e9b

View File

@ -31,6 +31,8 @@ class CommentList extends LogicService
$params['item_id'] = $chapter->id;
$params['item_type'] = CommentModel::ITEM_CHAPTER;
$params['published'] = CommentModel::PUBLISH_APPROVED;
$params['parent_id'] = 0;
$params['deleted'] = 0;
$sort = $pagerQuery->getSort();
$page = $pagerQuery->getPage();