修改查询条件参数
This commit is contained in:
parent
6d8499cd3c
commit
06377ebc06
@ -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++){
|
||||
|
Loading…
Reference in New Issue
Block a user