id, member_id, venue_id, created_time, modified_time, order_start, order_end, last_enter, last_out, status, paying, pay_money, sum_pay_money, order_sn,order_add_sn delete from sv_barcode_order_time where id = #{id,jdbcType=INTEGER} insert into sv_barcode_order_time (id, member_id, venue_id, created_time, modified_time, order_start, order_end, last_enter, last_out, status,paying ,pay_money,sum_pay_money,order_sn,order_add_sn) values (#{id,jdbcType=INTEGER}, #{memberId,jdbcType=INTEGER}, #{venueId,jdbcType=INTEGER}, #{createdTime,jdbcType=TIMESTAMP}, #{modifiedTime,jdbcType=TIMESTAMP}, #{orderStart,jdbcType=TIMESTAMP}, #{orderEnd,jdbcType=TIMESTAMP}, #{lastEnter,jdbcType=TIMESTAMP}, #{lastOut,jdbcType=TIMESTAMP}, #{status,jdbcType=INTEGER}, #{paying,jdbcType=INTEGER},#{payMoney,jdbcType=INTEGER}, #{sumPayMoney,jdbcType=INTEGER}, #{orderSn,jdbcType=VARCHAR},#{orderAddSn,jdbcType=VARCHAR}) insert into sv_barcode_order_time id, member_id, venue_id, created_time, modified_time, order_start, order_end, last_enter, last_out, status, paying, pay_money, sum_pay_money, order_sn, order_add_sn, #{id,jdbcType=INTEGER}, #{memberId,jdbcType=INTEGER}, #{venueId,jdbcType=INTEGER}, #{createdTime,jdbcType=TIMESTAMP}, #{modifiedTime,jdbcType=TIMESTAMP}, #{orderStart,jdbcType=TIMESTAMP}, #{orderEnd,jdbcType=TIMESTAMP}, #{lastEnter,jdbcType=TIMESTAMP}, #{lastOut,jdbcType=TIMESTAMP}, #{status,jdbcType=INTEGER}, #{paying,jdbcType=INTEGER}, #{payMoney,jdbcType=INTEGER}, #{sumPayMoney,jdbcType=INTEGER}, #{orderSn,jdbcType=VARCHAR}, #{orderAddSn,jdbcType=VARCHAR}, update sv_barcode_order_time member_id = #{memberId,jdbcType=INTEGER}, venue_id = #{venueId,jdbcType=INTEGER}, created_time = #{createdTime,jdbcType=TIMESTAMP}, modified_time = #{modifiedTime,jdbcType=TIMESTAMP}, order_start = #{orderStart,jdbcType=TIMESTAMP}, order_end = #{orderEnd,jdbcType=TIMESTAMP}, last_enter = #{lastEnter,jdbcType=TIMESTAMP}, last_out = #{lastOut,jdbcType=TIMESTAMP}, status = #{status,jdbcType=INTEGER}, paying = #{paying,jdbcType=INTEGER}, pay_money = #{payMoney,jdbcType=INTEGER}, sum_pay_money = #{sumPayMoney,jdbcType=INTEGER}, order_sn = #{orderSn,jdbcType=VARCHAR}, order_add_sn = #{orderAddSn,jdbcType=VARCHAR}, where id = #{id,jdbcType=INTEGER} update sv_barcode_order_time set member_id = #{memberId,jdbcType=INTEGER}, venue_id = #{venueId,jdbcType=INTEGER}, created_time = #{createdTime,jdbcType=TIMESTAMP}, modified_time = #{modifiedTime,jdbcType=TIMESTAMP}, order_start = #{orderStart,jdbcType=TIMESTAMP}, order_end = #{orderEnd,jdbcType=TIMESTAMP}, last_enter = #{lastEnter,jdbcType=TIMESTAMP}, last_out = #{lastOut,jdbcType=TIMESTAMP}, status = #{status,jdbcType=INTEGER}, paying = #{paying,jdbcType=INTEGER}, pay_money = #{payMoney,jdbcType=INTEGER}, sum_pay_money = #{sumPayMoney,jdbcType=INTEGER}, order_sn = #{orderSn,jdbcType=VARCHAR}, order_add_sn = #{orderAddSn,jdbcType=VARCHAR} where id = #{id,jdbcType=VARCHAR}