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