|
@@ -420,6 +420,11 @@ public class ReportLogic {
|
|
|
|| (StringUtils.isNotBlank(websitId) && !websits.contains(websitId))) {
|
|
|
return new ArrayList<>();
|
|
|
}
|
|
|
+
|
|
|
+ if (StringUtils.isNotBlank(websitId)) {
|
|
|
+ websits.clear();
|
|
|
+ websits.add(websitId);
|
|
|
+ }
|
|
|
String[] monthDateTime = computeMonthDateTime(month);
|
|
|
String startDate = monthDateTime[0];
|
|
|
String endDate = monthDateTime[1];
|