Commit b34dcfc4 authored by suhuiguang's avatar suhuiguang

1.增加删除状态过滤

parent 9218645d
...@@ -766,6 +766,7 @@ LEFT JOIN ( ...@@ -766,6 +766,7 @@ LEFT JOIN (
AND ( usr.biz_org_type = 'COMPANY' OR usr.biz_org_type = 'DEPARTMENT') AND ( usr.biz_org_type = 'COMPANY' OR usr.biz_org_type = 'DEPARTMENT')
</otherwise> </otherwise>
</choose> </choose>
and usr.is_delete = false
</where> </where>
</select> </select>
</mapper> </mapper>
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