修复查询异常
This commit is contained in:
parent
094fa73cb7
commit
5c6dfffef7
@ -1023,7 +1023,6 @@ class ProductRepository extends BaseRepository
|
|||||||
public function getApiSearch($merId, array $where, int $page, int $limit, $userInfo)
|
public function getApiSearch($merId, array $where, int $page, int $limit, $userInfo)
|
||||||
{
|
{
|
||||||
$where = array_merge($where, $this->dao->productShow());
|
$where = array_merge($where, $this->dao->productShow());
|
||||||
halt($where);
|
|
||||||
//搜索记录
|
//搜索记录
|
||||||
if (isset($where['keyword']) && !empty($where['keyword']))
|
if (isset($where['keyword']) && !empty($where['keyword']))
|
||||||
app()->make(UserVisitRepository::class)->searchProduct(
|
app()->make(UserVisitRepository::class)->searchProduct(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user