lyh %!s(int64=2) %!d(string=hai) anos
pai
achega
8afaad9fb6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Services/Api/AcceptorService.php

+ 1 - 1
app/Services/Api/AcceptorService.php

@@ -984,7 +984,7 @@ class AcceptorService extends BaseService
         RedisService::set($cacheKey, $userInfo, rand(2, 3));
 
         // 承兑商收款信息
-        $memberBank = MemberBankModel::where(['user_id' => $acceptor['user_id'], 'type' => $acceptor['pay_type']])->first();
+        $memberBank = MemberBankModel::where(['user_id' => $acceptor['user_id'], 'type' => $acceptor['pay_type'],'mark'=>1])->first();
 
         // 兑换usdt费率价格
         $xdPrice   = ConfigService::make()->getConfigByCode('xd_price', 100);