|
|
|
@@ -398,7 +398,7 @@ public class MarkingDataReportServiceImpl implements MarkingDataReportService { |
|
|
|
//查询UV PV |
|
|
|
HashMap<String, Object> params = new HashMap<>(); |
|
|
|
params.put("tenantId", tenantId); |
|
|
|
params.put("startTime", getFirstDayOfMonth()); |
|
|
|
params.put("startTime", addDay(-30)); |
|
|
|
params.put("endTime", addDay(1)); |
|
|
|
List<TouchUsersReportVo> wxUserVisitList = wxUserVisitMapper.touchUsersReportData(params); |
|
|
|
|
|
|
|
|