Преглед изворни кода

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

Xpy пре 9 месеци
родитељ
комит
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 228
             $hasProductMerIdList = array_column($hasProductMerIdList->toArray(), 'mer_id');
229 229
         }
230 230
         $query = Db::name('merchant')->where($where);
231
-        $limit = 100;
232 231
         if (!empty($hasProductMerIdList) && is_array($hasProductMerIdList)) {
233 232
             $query->whereIn('mer_id', $hasProductMerIdList);
234 233
         }