fly 4 년 전
부모
커밋
0d729de7f9
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      app/Http/Controllers/QuickApp/Book/BookController.php

+ 2 - 3
app/Http/Controllers/QuickApp/Book/BookController.php

@@ -212,9 +212,8 @@ class BookController extends BaseController
             }
         }
         $key = $request->input('key');
-        if($key && isset($this->uid) && $this->uid)
-        {
-            
+        if ($key && isset($this->uid) && $this->uid) {
+            BookConfigService::saveUserSearchLog($key, $this->uid);
         }
         $where['key'] = $key;
         $order_field = $request->input('order_field');