Commit 37fb8af1 by zhiwj

status修改成deleteFlag

parent 7fea3c33
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
from tab_config_rule_enterprise_rel t1 from tab_config_rule_enterprise_rel t1
left join tab_enterprise t2 on t1.enterprise_id = t2.enterprise_id left join tab_enterprise t2 on t1.enterprise_id = t2.enterprise_id
where t1.delete_flag = 0 where t1.delete_flag = 0
and t2.delete_flag = 0 and t2.status = 1
and t1.enterprise_id != -1 and t1.enterprise_id != -1
and t1.enterprise_rule_id = #{enterpriseRuleId} and t1.enterprise_rule_id = #{enterpriseRuleId}
<if test="search != null and search != '' "> <if test="search != null and search != '' ">
......
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