提交 0caf5ca8 作者: 余乾开

fix(服务一级分类):真 · 服务一级分类删除

上级 950208fe
...@@ -59,11 +59,18 @@ ...@@ -59,11 +59,18 @@
where id = #{id} where id = #{id}
</update> </update>
<update id="remove"> <!--<update id="remove">
update industry_type update industry_type
set is_deleted = 1 set is_deleted = 1
where id = #{id} where id = #{id}
</update> </update>-->
<delete id="remove">
delete
from industry_type
where id = #{id}
</delete>
<select id="countSameName" resultType="java.lang.Integer"> <select id="countSameName" resultType="java.lang.Integer">
select count(*) from industry_type it where it.is_deleted = 0 select count(*) from industry_type it where it.is_deleted = 0
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论