|
@@ -2884,7 +2884,7 @@ public class CourseScheduleServiceImpl extends BaseServiceImpl<Long, CourseSched
|
|
|
params.put("courseScheduleIds", courseScheduleIdSet);
|
|
|
List<CourseScheduleEndDto> results = new ArrayList<>();
|
|
|
int count = courseScheduleDao.endCountCourseSchedules(params);
|
|
|
- if(queryInfo.getIsExport() && count > 2000){
|
|
|
+ if(queryInfo.getIsExport() && count > 50000){
|
|
|
throw new BizException("数据集太大,不能导出.最大数据集不能超过50000");
|
|
|
}
|
|
|
if (count > 0) {
|