This commit is contained in:
parent
08a9a26f2d
commit
35b9132eda
|
|
@ -125,7 +125,7 @@
|
||||||
biz_code = #{bizCode,jdbcType=VARCHAR},
|
biz_code = #{bizCode,jdbcType=VARCHAR},
|
||||||
biz_name = #{bizName,jdbcType=VARCHAR},
|
biz_name = #{bizName,jdbcType=VARCHAR},
|
||||||
create_time = #{createTime,jdbcType=TIMESTAMP},
|
create_time = #{createTime,jdbcType=TIMESTAMP},
|
||||||
type = #{type,jdbcType=VARCHAR}
|
type = #{type,jdbcType=VARCHAR},
|
||||||
is_return=#{isReturn,jdbcType=VARCHAR}
|
is_return=#{isReturn,jdbcType=VARCHAR}
|
||||||
where id = #{id,jdbcType=INTEGER}
|
where id = #{id,jdbcType=INTEGER}
|
||||||
</update>
|
</update>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue