ソースを参照

修改 api/Bank/QueryHybridReceiverOnboards 接口无法获取 MyPay 渠道接收人的 Bug

muchinfo 6 ヶ月 前
コミット
7ab122c5ea
1 ファイル変更1 行追加1 行削除
  1. 1 1
      models/bank.go

+ 1 - 1
models/bank.go

@@ -286,7 +286,7 @@ select
   b.bank_name,
   b.method_type
 from HYBRID_RECEIVERONBOARD t
-inner join HYBRID_BANKINFO b on b.channel_code = t.channel_code and b.bank_code = t.bank and b.out_in_flag = 0 
+left join HYBRID_BANKINFO b on b.channel_code = t.channel_code and b.bank_code = t.bank and b.out_in_flag = 0 
 inner join taaccount ta on ta.accountid = t.accountid
 inner join useraccount u on u.userid = ta.userid
 	`