|
@@ -1334,6 +1334,8 @@ public class PromotionDayServiceImpl implements IAdsPromotionDayService {
|
|
|
notes,
|
|
|
service,
|
|
|
balance,
|
|
|
+ is_deleted,
|
|
|
+ configured_status,
|
|
|
promotion_total_cost,
|
|
|
convert_target,
|
|
|
reg_total_num,
|
|
@@ -1486,6 +1488,8 @@ public class PromotionDayServiceImpl implements IAdsPromotionDayService {
|
|
|
MAX(game_id) as game_id,
|
|
|
MAX(game_name) as game_name,
|
|
|
MAX(classify) as classify,
|
|
|
+ MAX(is_deleted) as is_deleted,
|
|
|
+ MAX(configured_status) as configured_status,
|
|
|
SUM(today_cost) as today_cost,
|
|
|
SUM(show_count) as show_count,
|
|
|
round(if(SUM(show_count) > 0, SUM(today_cost) * 1000 / SUM(show_count), 0), 2) as thousand_display_price,
|