Kaynağa Gözat

公证处检测问题

Xpy 8 ay önce
ebeveyn
işleme
2a1996c23a

+ 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);