could not execute query SELECT u.id user_id,u.org_level org_level,p1.id org_id,p1.title,p1.title_en
FROM public_provincecity p1
left join public_provincecity_khan khan on khan.city_id=p1.id
left join users u on u.org_id=p1.id and u.org_level=1 and is_person=0
where khan.cate_id<>3 and p1.active=1
group by p1.id