@@ -471,6 +471,7 @@
<update id="delete">
UPDATE case_info SET del_flag = 'Y'
where
+
<if test="id != null and !"".equals(id)">
id = #{id,jdbcType=INTEGER}
</if>