Explorar o código

wesmiler 报恩寺项目提交

wesmiler %!s(int64=4) %!d(string=hai) anos
pai
achega
efa5191c13
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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;