Sfoglia il codice sorgente

公证处检测问题

Xpy 8 mesi fa
parent
commit
2a1996c23a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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);