|
@@ -3965,7 +3965,7 @@ public class GameDataServiceImpl implements IGameDataService {
|
|
|
sum(ifnull(%sda3_num,0)),'/',
|
|
|
SUM(IF(DATE_ADD(a.dt, INTERVAL 2 month) <= DATE(NOW()), cost, 0)),'/',
|
|
|
SUM(IF(DATE_ADD(a.dt, INTERVAL 2 month) <= DATE(NOW()), %sda1, 0))
|
|
|
- ) AS amount_m3 ,
|
|
|
+ ) AS amount_d90 ,
|
|
|
""".formatted(type, type, type, type));
|
|
|
for (int month = 4; month <= 12; month++) {
|
|
|
trendDay.append("""
|