fly 4 anos atrás
pai
commit
0d729de7f9

+ 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');