|
|
@@ -53,7 +53,7 @@ class EnrollmentStatisticsInfoTaskTest {
|
|
|
dto.setYear(now.getYear() + "");
|
|
|
EnrollmentStatisticsInfoVo info = pbCseFeeobjupdateService.getEnrollmentStatisticsInfo(dto);
|
|
|
if(info != null){
|
|
|
- enrollmentStatisticsInfoMapper.deleteDataByDate(dataDate);
|
|
|
+// enrollmentStatisticsInfoMapper.deleteDataByDate(dataDate);
|
|
|
EnrollmentStatisticsInfo infoData = new EnrollmentStatisticsInfo();
|
|
|
infoData.setEnabledMark(EnabledMark.ENABLED.getCode());
|
|
|
infoData.setDeleteMark(DeleteMark.NODELETE.getCode());
|
|
|
@@ -70,7 +70,7 @@ class EnrollmentStatisticsInfoTaskTest {
|
|
|
EnrollmentStatisticsGraduationInfoVo graduationInfo = pbCseFeeobjupdateService.getEnrollmentStatisticsGraduationInfo(graduationInfoDto);
|
|
|
|
|
|
if(graduationInfo != null){
|
|
|
- enrollmentStatisticsInfoMapper.deleteGraduationDataByDate(dataDate);
|
|
|
+// enrollmentStatisticsInfoMapper.deleteGraduationDataByDate(dataDate);
|
|
|
|
|
|
EnrollmentStatisticsInfo infoData = new EnrollmentStatisticsInfo();
|
|
|
infoData.setEnabledMark(EnabledMark.ENABLED.getCode());
|
|
|
@@ -96,7 +96,7 @@ class EnrollmentStatisticsInfoTaskTest {
|
|
|
EnrollmentStatisticsCalendarInfoVo calendarInfoVo = pbCseFeeobjupdateService.getEnrollmentStatisticsCalendarInfo(calendarInfoDto);
|
|
|
|
|
|
if(calendarInfoVo != null){
|
|
|
- enrollmentStatisticsInfoMapper.deleteCalendarDataByDate(lastSundayStr, thisSaturdayStr);
|
|
|
+// enrollmentStatisticsInfoMapper.deleteCalendarDataByDate(lastSundayStr, thisSaturdayStr);
|
|
|
|
|
|
EnrollmentStatisticsInfo infoData = new EnrollmentStatisticsInfo();
|
|
|
infoData.setEnabledMark(EnabledMark.ENABLED.getCode());
|