Selaa lähdekoodia

错误 #2593 经纪人重复

zou.yingbin 4 vuotta sitten
vanhempi
commit
b7dd754d5a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      models/qhjPCWeb.go

+ 1 - 1
models/qhjPCWeb.go

@@ -289,7 +289,7 @@ select a.*,
     on a.userid = k.userid
   left join userinfo u
     on a.userid = u.userid
-  left join useraccount u2 on a.broker=u2.broker
+  left join useraccount u2 on a.broker=u2.userid
  where 1 = 1
 `
 	status := DecodeStr(r.QUERYTYPE == 3, "4", "6")