@@ -16,10 +16,9 @@
<result property="activityItemId" column="activity_item_id" jdbcType="BIGINT"/>
<result property="activityItemId" column="activity_item_id" jdbcType="BIGINT"/>
<result property="awardItamId" column="award_itam_id" jdbcType="BIGINT"/>
<result property="awardItamId" column="award_itam_id" jdbcType="BIGINT"/>
<result property="grantId" column="grant_id" jdbcType="BIGINT"/>
<result property="grantId" column="grant_id" jdbcType="BIGINT"/>
<result property="grantMoney" column="grant_money" jdbcType="INTEGER"/>
<result property="grantPrice" column="grant_price" jdbcType="INTEGER"/>
<result property="grantPrice" column="grant_price" jdbcType="INTEGER"/>
<result property="mallSharePrice" column="mall_share_price" jdbcType="INTEGER "/>
<result property="merchantSharePrice" column="merchant_share_price" jdbcType="INTEGER "/>
<result property="mallShareRate" column="mall_share_rate" jdbcType="DECIMAL "/>
<result property="merchantShareRate" column="merchant_share_rate" jdbcType="DECIMAL "/>
<result property="orderRatio" column="order_ratio" jdbcType="DECIMAL"/>
<result property="orderRatio" column="order_ratio" jdbcType="DECIMAL"/>
<result property="realGrantPrice" column="real_grant_price" jdbcType="INTEGER"/>
<result property="realGrantPrice" column="real_grant_price" jdbcType="INTEGER"/>
<result property="realMallSharePrice" column="real_mall_share_price" jdbcType="INTEGER"/>
<result property="realMallSharePrice" column="real_mall_share_price" jdbcType="INTEGER"/>
@@ -32,8 +31,8 @@
id,tenant_id,parent_tenant_id,
id,tenant_id,parent_tenant_id,
record_id,order_no,order_money,
record_id,order_no,order_money,
merchant_id,activity_id,activity_item_id,
merchant_id,activity_id,activity_item_id,
award_itam_id,grant_id,grant_money,grant_ price,
mall_share_price,merchant_share_pric e,order_ratio,
award_itam_id,grant_id,grant_price,
mall_share_rate,merchant_share_rat e,order_ratio,
real_grant_price,real_mall_share_price,real_merchant_share_price,
real_grant_price,real_mall_share_price,real_merchant_share_price,
create_date,update_date
create_date,update_date
</sql>
</sql>
@@ -43,8 +42,8 @@
(id,tenant_id,parent_tenant_id,
(id,tenant_id,parent_tenant_id,
record_id,order_no,order_money,
record_id,order_no,order_money,
merchant_id,activity_id,activity_item_id,
merchant_id,activity_id,activity_item_id,
award_itam_id,grant_id,grant_money,grant_ price,
mall_share_price,merchant_share_pric e,order_ratio,
award_itam_id,grant_id,grant_price,
mall_share_rate,merchant_share_rat e,order_ratio,
real_grant_price,real_mall_share_price,real_merchant_share_price,
real_grant_price,real_mall_share_price,real_merchant_share_price,
create_date,update_date)
create_date,update_date)
values
values
@@ -52,8 +51,8 @@
(#{item.id,jdbcType=BIGINT},#{item.tenantId,jdbcType=VARCHAR},#{item.parentTenantId,jdbcType=VARCHAR},
(#{item.id,jdbcType=BIGINT},#{item.tenantId,jdbcType=VARCHAR},#{item.parentTenantId,jdbcType=VARCHAR},
#{item.recordId,jdbcType=BIGINT},#{item.orderNo,jdbcType=VARCHAR},#{item.orderMoney,jdbcType=INTEGER},
#{item.recordId,jdbcType=BIGINT},#{item.orderNo,jdbcType=VARCHAR},#{item.orderMoney,jdbcType=INTEGER},
#{item.merchantId,jdbcType=BIGINT},#{item.activityId,jdbcType=BIGINT},#{item.activityItemId,jdbcType=BIGINT},
#{item.merchantId,jdbcType=BIGINT},#{item.activityId,jdbcType=BIGINT},#{item.activityItemId,jdbcType=BIGINT},
#{item.awardItamId,jdbcType=BIGINT},#{item.grantId,jdbcType=BIGINT},#{item.grantMoney,jdbcType=INTEGER},#{item.grant Price,jdbcType=INTEGER},
#{item.mallSharePrice,jdbcType=INTEGER},#{item.merchantSharePrice,jdbcType=INTEGER },#{item.orderRatio,jdbcType=DECIMAL},
#{item.awardItamId,jdbcType=BIGINT},#{item.grantId,jdbcType=BIGINT},#{item.grantPrice,jdbcType=INTEGER},
#{item.mallShareRate,jdbcType=DECIMAL},#{item.merchantShareRate,jdbcType=DECIMAL },#{item.orderRatio,jdbcType=DECIMAL},
#{item.realGrantPrice,jdbcType=INTEGER},#{item.realMallSharePrice,jdbcType=INTEGER},#{item.realMerchantSharePrice,jdbcType=INTEGER},
#{item.realGrantPrice,jdbcType=INTEGER},#{item.realMallSharePrice,jdbcType=INTEGER},#{item.realMerchantSharePrice,jdbcType=INTEGER},
#{item.createDate,jdbcType=TIMESTAMP},#{item.updateDate,jdbcType=TIMESTAMP})
#{item.createDate,jdbcType=TIMESTAMP},#{item.updateDate,jdbcType=TIMESTAMP})
</foreach>
</foreach>