瀏覽代碼

小程序app-商贸区-修复bug

Xpy 8 月之前
父節點
當前提交
31b2ee3683
共有 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
-        $limit = 100;
232
         if (!empty($hasProductMerIdList) && is_array($hasProductMerIdList)) {
231
         if (!empty($hasProductMerIdList) && is_array($hasProductMerIdList)) {
233
             $query->whereIn('mer_id', $hasProductMerIdList);
232
             $query->whereIn('mer_id', $hasProductMerIdList);
234
         }
233
         }