@@ -99,7 +99,7 @@ public class KuaishouAccountReportDailyDwServiceImpl implements IKuaishouAccount
order = "DESC";
}
if (Check.isNull(sortCode)) {
- sortCode = "SUM(charge)";
+ sortCode = "charge";
Integer startTimeInt = DateUtils.getDateInteger(startTime);