Commit f77b5afb by 吴博

fix 1002932

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