Commit c8eabf27 by guojuxing

sql修改

parent 27917d4e
......@@ -104,7 +104,7 @@
where enterprise_rule_id = #{enterpriseRuleId,jdbcType=INTEGER}
</update>
<select id="countRepeatName">
<select id="countRepeatName" resultType="int">
select count(1) from tab_config_rule_enterprise
where status = 1
and rule_name = #{ruleName}
......
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