insert into bill_record (bill_id, uid, target_uid, room_uid, bill_status, obj_id, obj_type, gift_id, gift_num, diamond_num, gold_num, money, create_time, update_time) values (#{billId,jdbcType=VARCHAR}, #{uid,jdbcType=BIGINT}, #{targetUid,jdbcType=BIGINT}, #{roomUid,jdbcType=BIGINT}, #{billStatus,jdbcType=TINYINT}, #{objId,jdbcType=VARCHAR}, #{objType,jdbcType=TINYINT}, #{giftId,jdbcType=INTEGER}, #{giftNum,jdbcType=INTEGER}, #{diamondNum,jdbcType=DOUBLE}, #{goldNum,jdbcType=BIGINT}, #{money,jdbcType=BIGINT}, #{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP})