|
@@ -163,7 +163,10 @@
|
|
event_next_day_stay ,
|
|
event_next_day_stay ,
|
|
form_cost ,
|
|
form_cost ,
|
|
form_count ,
|
|
form_count ,
|
|
- play_3s_ratio
|
|
|
|
|
|
+ play_3s_ratio,
|
|
|
|
+ event_new_user_pay,
|
|
|
|
+ event_new_user_pay_cost,
|
|
|
|
+ event_new_user_pay_ratio
|
|
)
|
|
)
|
|
values
|
|
values
|
|
<foreach collection="records" item="record" separator=",">
|
|
<foreach collection="records" item="record" separator=",">
|
|
@@ -223,7 +226,10 @@
|
|
#{record.eventNextDayStay},
|
|
#{record.eventNextDayStay},
|
|
#{record.formCost},
|
|
#{record.formCost},
|
|
#{record.formCount},
|
|
#{record.formCount},
|
|
- #{record.play3sRatio}
|
|
|
|
|
|
+ #{record.play3sRatio},
|
|
|
|
+ #{record.eventNewUserPay},
|
|
|
|
+ #{record.eventNewUserPayCost},
|
|
|
|
+ #{record.eventNewUserPayRatio}
|
|
)
|
|
)
|
|
</foreach>
|
|
</foreach>
|
|
</insert>
|
|
</insert>
|