|
@@ -3379,7 +3379,7 @@ public class GameDataServiceImpl implements IGameDataService {
|
|
FROM
|
|
FROM
|
|
game_ads.ads_player_recharge_ranking
|
|
game_ads.ads_player_recharge_ranking
|
|
WHERE player_id IN (@usersId)
|
|
WHERE player_id IN (@usersId)
|
|
- and dt = DATE_ADD(reg_user_time,
|
|
|
|
|
|
+ and dt = DATE_ADD(DATE(reg_user_time),
|
|
""" + queryStr);
|
|
""" + queryStr);
|
|
//设置参数
|
|
//设置参数
|
|
if ("total".equals(timeType)) {
|
|
if ("total".equals(timeType)) {
|