Explorar el Código

错误 #2593 经纪人重复

zou.yingbin hace 4 años
padre
commit
b7dd754d5a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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")