Quellcode durchsuchen

Merge remote-tracking branch 'origin/master'

syh vor 4 Jahren
Ursprung
Commit
a76223c3be

+ 9 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/report/mapper/xml/KuaishouReportDailyCampaignMapper.xml

@@ -35,6 +35,7 @@
         action_ratio,
         impression_1k_cost,
         photo_click_cost,
+        @click_1k_cost,
         action_cost,
         event_pay_first_day,
         event_pay_purchase_amount_first_day,
@@ -93,7 +94,14 @@
         @event_new_user_jinjian_page_roi,
         @event_new_user_credit_grant_page,
         @event_new_user_credit_grant_page_cost,
-        @event_new_user_credit_grant_page_roi
+        @event_new_user_credit_grant_page_roi,
+
+        @event_appoint_form,
+        @event_appoint_form_cost,
+        @event_appoint_form_ratio,
+        @event_appoint_jump_click,
+        @event_appoint_jump_click_cost,
+        @event_appoint_jump_click_ratio
         )
           set account_id = #{accountId}
     </insert>

+ 16 - 2
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/report/mapper/xml/KuaishouReportDailyCreativeMapper.xml

@@ -43,6 +43,7 @@
         action_ratio,
         impression_1k_cost,
         photo_click_cost,
+        @click_1k_cost,
         action_cost,
         event_pay_first_day,
         event_pay_purchase_amount_first_day,
@@ -101,7 +102,13 @@
         @event_new_user_jinjian_page_roi,
         @event_new_user_credit_grant_page,
         @event_new_user_credit_grant_page_cost,
-        @event_new_user_credit_grant_page_roi
+        @event_new_user_credit_grant_page_roi,
+        @event_appoint_form,
+        @event_appoint_form_cost,
+        @event_appoint_form_ratio,
+        @event_appoint_jump_click,
+        @event_appoint_jump_click_cost,
+        @event_appoint_jump_click_ratio
         )
           set account_id = #{accountId}
     </insert>
@@ -144,6 +151,7 @@
         action_ratio,
         impression_1k_cost,
         photo_click_cost,
+        @click_1k_cost,
         action_cost,
         event_pay_first_day,
         event_pay_purchase_amount_first_day,
@@ -202,7 +210,13 @@
         @event_new_user_jinjian_page_roi,
         @event_new_user_credit_grant_page,
         @event_new_user_credit_grant_page_cost,
-        @event_new_user_credit_grant_page_roi
+        @event_new_user_credit_grant_page_roi,
+        @event_appoint_form,
+        @event_appoint_form_cost,
+        @event_appoint_form_ratio,
+        @event_appoint_jump_click,
+        @event_appoint_jump_click_cost,
+        @event_appoint_jump_click_ratio
         )
           set account_id = #{accountId}
     </insert>

+ 8 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/report/mapper/xml/KuaishouReportDailyGroupMapper.xml

@@ -37,6 +37,7 @@
         action_ratio,
         impression_1k_cost,
         photo_click_cost,
+        @click_1k_cost,
         action_cost,
         event_pay_first_day,
         event_pay_purchase_amount_first_day,
@@ -95,7 +96,13 @@
         @event_new_user_jinjian_page_roi,
         @event_new_user_credit_grant_page,
         @event_new_user_credit_grant_page_cost,
-        @event_new_user_credit_grant_page_roi
+        @event_new_user_credit_grant_page_roi,
+        @event_appoint_form,
+        @event_appoint_form_cost,
+        @event_appoint_form_ratio,
+        @event_appoint_jump_click,
+        @event_appoint_jump_click_cost,
+        @event_appoint_jump_click_ratio
         )
           set account_id = #{accountId}
     </insert>