瀏覽代碼

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

deng.yinping 2 年之前
父節點
當前提交
eebb5cfd87
共有 1 個文件被更改,包括 2 次插入2 次删除
  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