clearing_receipt_id, `type`, `name`, url, clearing_checkout_ids, create_time, create_by insert into xhpc_clearing_receipt (`type`, `name`, url, clearing_checkout_ids, create_time, create_by ) values (#{type,jdbcType=INTEGER}, #{name,jdbcType=VARCHAR}, #{url,jdbcType=VARCHAR}, #{clearingCheckoutIds,jdbcType=BIGINT}, sysdate(), #{createBy,jdbcType=VARCHAR} ) insert into xhpc_clearing_receipt (`type`, `name`, url, clearing_checkout_ids, create_time, create_by ) values (#{domain.type,jdbcType=INTEGER}, #{domain.name,jdbcType=VARCHAR}, #{domain.url,jdbcType=VARCHAR}, #{domain.clearingCheckoutIds,jdbcType=BIGINT}, sysdate(), #{domain.createBy,jdbcType=VARCHAR} )