This commit is contained in:
牛叉闪闪 2024-08-29 15:52:13 +08:00
parent 08a9a26f2d
commit 35b9132eda
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@
biz_code = #{bizCode,jdbcType=VARCHAR},
biz_name = #{bizName,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
type = #{type,jdbcType=VARCHAR}
type = #{type,jdbcType=VARCHAR},
is_return=#{isReturn,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}
</update>