|
@@ -4957,7 +4957,7 @@ public class GameDataServiceImpl implements IGameDataService {
|
|
|
sum(nature_new_user_total_amount_num) new_user_total_amount_num,
|
|
|
sum(nature_new_user_total_amount) new_user_total_amount,
|
|
|
|
|
|
- sum(nature_new_user_total_wx_amount) nature_new_user_total_wx_amount,
|
|
|
+ sum(nature_new_user_total_wx_amount) nature_new_user_total_wx_amount,
|
|
|
sum(nature_new_user_total_zfb_amount) nature_new_user_total_zfb_amount,
|
|
|
sum(nature_new_user_total_mds_amount) nature_new_user_total_mds_amount,
|
|
|
|
|
@@ -5312,9 +5312,9 @@ public class GameDataServiceImpl implements IGameDataService {
|
|
|
IFNULL(sum(nature_new_user_total_amount_num), 0) new_user_total_amount_num,
|
|
|
IFNULL(sum(nature_new_user_total_amount), 0) new_user_total_amount,
|
|
|
|
|
|
- IFNULL(sum(nature_new_user_total_wx_amount)) nature_new_user_total_wx_amount,
|
|
|
- IFNULL(sum(nature_new_user_total_zfb_amount)) nature_new_user_total_zfb_amount,
|
|
|
- IFNULL(sum(nature_new_user_total_mds_amount)) nature_new_user_total_mds_amount,
|
|
|
+ IFNULL(sum(nature_new_user_total_wx_amount),0) nature_new_user_total_wx_amount,
|
|
|
+ IFNULL(sum(nature_new_user_total_zfb_amount),0) nature_new_user_total_zfb_amount,
|
|
|
+ IFNULL(sum(nature_new_user_total_mds_amount),0) nature_new_user_total_mds_amount,
|
|
|
|
|
|
round(if(SUM(cost) > 0 , SUM(nature_first_new_user_amount) / SUM(cost) ,0), 4) first_roi,
|
|
|
round(if(sum(nature_reg_num) > 0 ,sum(nature_first_new_user_amount_num) / sum(nature_reg_num), 0), 4) first_amount_rate,
|