Forráskód Böngészése

修改交收单查询MatchUserName不对问题

deng.yinping 2 éve
szülő
commit
eebb5cfd87
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      models/wrTrade2.go

+ 2 - 2
models/wrTrade2.go

@@ -3148,7 +3148,7 @@ select t.xgoodsid,
   left join useraccount u
     on ta.userid = u.userid
   left join taaccount ta2
-    on t.accountid = ta2.accountid
+    on t.matchaccountid = ta2.accountid
   left join useraccount u2
     on ta2.userid = u2.userid
   left join wrfactortype w
@@ -3206,7 +3206,7 @@ select t.xgoodsid,
   left join useraccount u
     on ta.userid = u.userid
   left join taaccount ta2
-    on t.accountid = ta2.accountid
+    on t.matcaccountid = ta2.accountid
   left join useraccount u2
     on ta2.userid = u2.userid
   left join wrfactortype w