|
@@ -98,7 +98,9 @@ public class StudentExtracurricularExercisesSituationController extends BaseCont
|
|
|
if(StringUtils.isNotBlank(monday)){
|
|
|
studentServeService.exercisesSituationStatistics(monday);
|
|
|
}else{
|
|
|
- String[] mondays=new String[]{"2020-05-13","2020-05-20","2020-05-27"};
|
|
|
+ String[] mondays=new String[]{"2020-03-30","2020-04-06","2020-04-13",
|
|
|
+ "2020-04-20","2020-04-27","2020-05-04",
|
|
|
+ "2020-05-11","2020-05-18","2020-05-25"};
|
|
|
for (String mondayStr : mondays) {
|
|
|
studentServeService.exercisesSituationStatistics(mondayStr);
|
|
|
}
|