提交 e00d10ce 作者: zhenjie

服务分类删除失败修改

上级 e1334cfe
......@@ -105,11 +105,9 @@
where id = #{id}
</update>
<update id="remove">
update company_inspection
set is_deleted = 1
where id = #{id}
</update>
<delete id="remove">
delete from company_inspection where id = #{id}
</delete>
<update id="updateRemark">
update company_inspection
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论