id, user_id, num, create_time, update_time delete from tb_integral_flow where id = #{id,jdbcType=INTEGER} insert into tb_integral_flow (id, user_id, num, create_time, update_time) values (#{id,jdbcType=INTEGER}, #{userId,jdbcType=VARCHAR}, #{num,jdbcType=DECIMAL}, #{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP}) insert into tb_integral_flow id, user_id, num, create_time, update_time, #{id,jdbcType=INTEGER}, #{userId,jdbcType=VARCHAR}, #{num,jdbcType=DECIMAL}, #{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP}, update tb_integral_flow user_id = #{userId,jdbcType=VARCHAR}, num = #{num,jdbcType=DECIMAL}, create_time = #{createTime,jdbcType=TIMESTAMP}, update_time = #{updateTime,jdbcType=TIMESTAMP}, where id = #{id,jdbcType=INTEGER} update tb_integral_flow set user_id = #{userId,jdbcType=VARCHAR}, num = #{num,jdbcType=DECIMAL}, create_time = #{createTime,jdbcType=TIMESTAMP}, update_time = #{updateTime,jdbcType=TIMESTAMP} where id = #{id,jdbcType=INTEGER}