|
@@ -660,7 +660,7 @@ public class AccountAgentDayServiceImpl implements IAccountAgentDayService {
|
|
|
item.setAvgShowUserRecharge(BigDecimal.ZERO);
|
|
item.setAvgShowUserRecharge(BigDecimal.ZERO);
|
|
|
}
|
|
}
|
|
|
Sql sqlDayN = Sqls.queryString("""
|
|
Sql sqlDayN = Sqls.queryString("""
|
|
|
- select dayN
|
|
|
|
|
|
|
+ select day_n as dayN
|
|
|
from ads_dayn_amount
|
|
from ads_dayn_amount
|
|
|
where
|
|
where
|
|
|
dt>=@beginDay and dt<=@endDay
|
|
dt>=@beginDay and dt<=@endDay
|