Commit 13795c4a authored by 李秀明's avatar 李秀明

fix: 管理人员列表数据查询错误

parent 3134a5f3
...@@ -1632,6 +1632,7 @@ LEFT JOIN ( ...@@ -1632,6 +1632,7 @@ LEFT JOIN (
u.biz_org_type = 'person' u.biz_org_type = 'person'
AND g.peopleType IN ('1601', '1602', '1603') AND g.peopleType IN ('1601', '1602', '1603')
AND u.is_delete = 0 AND u.is_delete = 0
AND cf.biz_org_name is not null
<if test="map.bizOrgCode != null and map.bizOrgCode != ''"> <if test="map.bizOrgCode != null and map.bizOrgCode != ''">
AND u.biz_org_code LIKE CONCAT(#{map.bizOrgCode}, '%') AND u.biz_org_code LIKE CONCAT(#{map.bizOrgCode}, '%')
</if> </if>
......
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