Commit 6fe7f164 authored by gaodongdong's avatar gaodongdong

添加过滤删除数据

parent d7d1126b
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
LEFT JOIN jc_alert_form f ON f.sequence_nbr = v.alert_form_id LEFT JOIN jc_alert_form f ON f.sequence_nbr = v.alert_form_id
where u.parent_id = #{parentId} where u.parent_id = #{parentId}
AND u.biz_org_type = #{bizOrgType} AND u.biz_org_type = #{bizOrgType}
AND U.is_delete = 0
GROUP BY GROUP BY
u.sequence_nbr , u.sequence_nbr ,
u.biz_org_name , u.biz_org_name ,
......
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