chuweiqiang 11 tháng trước cách đây
mục cha
commit
0d2e28ee89
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      application/api/controller/Books.php

+ 1 - 0
application/api/controller/Books.php

@@ -113,6 +113,7 @@ class Books extends Api
         //关键字
         if ( isset($data['keywords']) && $data['keywords'] != '' && $data['keywords'] != null){
             $where['title'] = ['like','%'.$data['keywords'].'%'];
+            $where['author'] = ['like','%'.$data['keywords'].'%'];
         }
 
         $where['is_deleted'] = 1;