|
|
@@ -222,8 +222,8 @@ select u.accountname brokername, a.*
|
|
|
str := `
|
|
|
and t.areaid in (select t.userid
|
|
|
from useraccount t
|
|
|
- where t.subarealevelpath like ',%%%v%%,'
|
|
|
- and t.usertype=2)
|
|
|
+ where t.subarealevelpath like '%%,%v,%%'
|
|
|
+ )
|
|
|
`
|
|
|
strParm = fmt.Sprintf(str, r.USERID)
|
|
|
}
|