提交 e00d10ce 作者: zhenjie

服务分类删除失败修改

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