Xpy месяцев назад: 10
Родитель
С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
             $hasProductMerIdList = array_column($hasProductMerIdList->toArray(), 'mer_id');
228
             $hasProductMerIdList = array_column($hasProductMerIdList->toArray(), 'mer_id');
229
         }
229
         }
230
         $query = Db::name('merchant')->where($where);
230
         $query = Db::name('merchant')->where($where);
231
-        $page = 1;
232
         $limit = 100;
231
         $limit = 100;
233
         if (!empty($hasProductMerIdList) && is_array($hasProductMerIdList)) {
232
         if (!empty($hasProductMerIdList) && is_array($hasProductMerIdList)) {
234
             $query->whereIn('mer_id', $hasProductMerIdList);
233
             $query->whereIn('mer_id', $hasProductMerIdList);