|
@@ -309,7 +309,7 @@ public class KuaishouLiveAccountReportServiceImpl implements IKuaishouLiveAccoun
|
|
|
String filedAll = JsonResourceUtil.joinAllFiled(AccountReportConstants.getKuaishouAccountReport());
|
|
|
System.out.println(filedAll);
|
|
|
map.put("filedAll", filedAll);
|
|
|
- if ("hourly".equals(type)) {
|
|
|
+ if (startDate.equals(endDate)) {
|
|
|
PageUtils.startPage();
|
|
|
return mapper.getAccountDataReportByHourly(map);
|
|
|
} else {
|