Ver Fonte

错误 #2593 经纪人重复

zou.yingbin há 4 anos atrás
pai
commit
b7dd754d5a
1 ficheiros alterados com 1 adições e 1 exclusões
  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")