فهرست منبع

搜索翻页问题

shq1016 6 سال پیش
والد
کامیت
265c9c1d1c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/admin/controller/NewsController.php

+ 1 - 1
app/admin/controller/NewsController.php

@@ -30,7 +30,7 @@ class NewsController extends AdminBaseController{
         $catid = isset($param['catid'])?intval($param['catid']):0;
         $query = array(
             'catid' => $catid,
-            'title' => $keywords
+            'keywords' => $keywords
         );
         $map = array();
         if($this->iseditor){