Commit 027eeeb1 authored by litengwei's avatar litengwei

中心BUG修改

parent 39cfe4bc
......@@ -13,7 +13,7 @@
LEFT JOIN cb_firefighters_post cfp ON cfp.org_usr_id = u.sequence_nbr AND cfp.is_delete = false
WHERE
u.is_delete = false
AND u.biz_org_code LIKE CONCAT(#{bizOrgCode}, '%')
AND u.biz_org_code LIKE CONCAT(#{bizOrgCode}, '%') and biz_org_type = 'PERSON'
GROUP BY
peopleType
HAVING peopleType in (0, 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment