fly 4 лет назад
Родитель
Сommit
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');