| xqd
@@ -33,7 +33,7 @@ class MultiWhere extends Criteria {
|
|
|
*/
|
|
|
public function apply($model, Repository $repository)
|
|
|
{
|
|
|
- //有返回/banner/首次出现的位置 无返回false
|
|
|
+ //有返回/banner/首次出现的位置 无返回false
|
|
|
$url = strpos(url()->current(), '/banner/');
|
|
|
if ($url !== false) {
|
|
|
if(isset($this->search['keyword']) && ! empty($this->search['keyword'])) {
|