@@ -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")