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