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