From 304439f6ae16a659269e9d52d68ea6b1c172d6fa Mon Sep 17 00:00:00 2001 From: oiuv Date: Fri, 27 Dec 2019 14:11:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=BE=E7=A8=8B=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E6=97=A0=E6=B3=95=E5=88=A0=E9=99=A4=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/course/controller/category.master.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/course/controller/category.master.php b/app/course/controller/category.master.php index b78cd89c..1f800690 100755 --- a/app/course/controller/category.master.php +++ b/app/course/controller/category.master.php @@ -149,7 +149,7 @@ private function del() $page = $this->ev->get('page'); $cat = $this->category->getCategoryById($catid); $catstring = $this->category->getChildCategoryString($catid, 0); - $contents = $this->course->getCourseList([['AND', 'cscatid = :cscatid', 'cscatid', $catid]]); + $contents = $this->course->getCourseList([['AND', 'cscatid = :cscatid', 'cscatid', $catid]], $page); if ($catstring || $contents['number']) { $message = [ 'statusCode' => 300,