修改查询条件参数

This commit is contained in:
wans 2020-12-16 17:01:44 +08:00
parent 6d8499cd3c
commit 06377ebc06

View File

@ -245,7 +245,7 @@ public class ThreeMeetLessonServiceImpl extends AbstractService implements IThre
endDate = DateUtil.getBeforeDate(1,startDate);
startDate = DateUtil.getBeforeDate(7,startDate);
params.put("startDate",startDate + " 00:00:00");
params.put("endDate",endDate + " 59:59:59");
params.put("endDate",endDate + " 23:59:59");
List<String> lastWeekCount = new ArrayList<>();
lastWeekCount.add(startDate.substring(5,10) + "" + endDate.substring(5,10));
for(int i = 0; i < categoryName.length; i++){