|
@@ -88,8 +88,10 @@
|
|
fans_t7_roi,
|
|
fans_t7_roi,
|
|
fans_t15_roi,
|
|
fans_t15_roi,
|
|
fans_t30_roi,
|
|
fans_t30_roi,
|
|
- report_date
|
|
|
|
-
|
|
|
|
|
|
+ report_date,
|
|
|
|
+ order_cost,
|
|
|
|
+ reco_fans_cost,
|
|
|
|
+ conversion_live_event_goods_view_cost
|
|
)
|
|
)
|
|
values
|
|
values
|
|
<foreach collection="list" item="report" separator=",">
|
|
<foreach collection="list" item="report" separator=",">
|
|
@@ -178,7 +180,10 @@
|
|
#{report.fansT7Roi},
|
|
#{report.fansT7Roi},
|
|
#{report.fansT15Roi},
|
|
#{report.fansT15Roi},
|
|
#{report.fansT30Roi},
|
|
#{report.fansT30Roi},
|
|
- #{report.reportDate}
|
|
|
|
|
|
+ #{report.reportDate},
|
|
|
|
+ #{report.order_cost},
|
|
|
|
+ #{report.reco_fans_cost},
|
|
|
|
+ #{report.conversion_live_event_goods_view_cost}
|
|
)
|
|
)
|
|
</foreach>
|
|
</foreach>
|
|
</insert>
|
|
</insert>
|
|
@@ -270,7 +275,10 @@
|
|
fans_t15_roi,
|
|
fans_t15_roi,
|
|
fans_t30_roi,
|
|
fans_t30_roi,
|
|
report_date,
|
|
report_date,
|
|
- `hour`
|
|
|
|
|
|
+ `hour`,
|
|
|
|
+ order_cost,
|
|
|
|
+ reco_fans_cost,
|
|
|
|
+ conversion_live_event_goods_view_cost
|
|
)
|
|
)
|
|
values
|
|
values
|
|
<foreach collection="list" item="report" separator=",">
|
|
<foreach collection="list" item="report" separator=",">
|
|
@@ -360,7 +368,10 @@
|
|
#{report.fansT15Roi},
|
|
#{report.fansT15Roi},
|
|
#{report.fansT30Roi},
|
|
#{report.fansT30Roi},
|
|
#{report.reportDate},
|
|
#{report.reportDate},
|
|
- #{report.hour}
|
|
|
|
|
|
+ #{report.hour},
|
|
|
|
+ #{report.order_cost},
|
|
|
|
+ #{report.reco_fans_cost},
|
|
|
|
+ #{report.conversion_live_event_goods_view_cost}
|
|
)
|
|
)
|
|
</foreach>
|
|
</foreach>
|
|
</insert>
|
|
</insert>
|