Explorar o código

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

muchinfo hai 6 meses
pai
achega
7ab122c5ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 	`