|
@@ -4537,7 +4537,7 @@ public class GameDataServiceImpl implements IGameDataService {
|
|
|
SUM(IF(DATE_ADD(a.dt, INTERVAL %d month) <= DATE(NOW()), cost, 0)),'/',
|
|
|
SUM(IF(DATE_ADD(a.dt, INTERVAL %d month) <= DATE(NOW()), %sda1, 0))
|
|
|
) AS amount_m%s ,
|
|
|
- """.formatted(month - 1, type, month, type, month - 1, type, month, type, month, month - 1, month - 1, type, month));
|
|
|
+ """.formatted(month, type, month, type, month - 1, type, month, type, month, month, month, type, month));
|
|
|
}
|
|
|
// //拼接sum数据
|
|
|
trendDay.append("""
|