فهرست منبع

wesmiler 报恩寺项目提交

wesmiler 4 سال پیش
والد
کامیت
efa5191c13
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      app/Services/TradeService.php

+ 0 - 2
app/Services/TradeService.php

@@ -64,8 +64,6 @@ class TradeService extends BaseService
                 $coinType = isset($params['coin_type']) ? $params['coin_type'] : 0;
                 if ($coinType > 0) {
                     $query->where('a.coin_type', $coinType);
-                }else{
-                    $query->whereIn('a.coin_type', [1,2]);
                 }
 
                 $changeType = isset($params['change_type']) ? $params['change_type'] : 0;