@@ -663,7 +663,6 @@
approval_time = now(),
remark = #{remark}
where id = #{id,jdbcType=BIGINT}
- and approval in (3, 4)
and del_flag = 0
</update>