Xpy месяцев назад: 8
Родитель
Сommit
2a1996c23a
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      app/controller/api/store/merchant/Merchant.php

+ 0 - 1
app/controller/api/store/merchant/Merchant.php

@@ -228,7 +228,6 @@ class Merchant extends BaseController
228 228
             $hasProductMerIdList = array_column($hasProductMerIdList->toArray(), 'mer_id');
229 229
         }
230 230
         $query = Db::name('merchant')->where($where);
231
-        $page = 1;
232 231
         $limit = 100;
233 232
         if (!empty($hasProductMerIdList) && is_array($hasProductMerIdList)) {
234 233
             $query->whereIn('mer_id', $hasProductMerIdList);