Commit f77b5afb by 吴博

fix 1002932

parent de0dece4
......@@ -22,7 +22,7 @@
where id = #{id,jdbcType=BIGINT}
</delete>
<delete id="deleteByPlanId">
DELETE custom_rights_item_description
DELETE cd
FROM
custom_rights_item_description cd
RIGHT JOIN (
......
......@@ -25,7 +25,7 @@
where id = #{id,jdbcType=BIGINT}
</delete>
<delete id="deleteByPlanId" parameterType="integer">
DELETE custom_rights_setting_item
DELETE cs
FROM
custom_rights_setting_item cs
RIGHT JOIN (
......
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