Skip to content

Commit

Permalink
GRAD2-2817
Browse files Browse the repository at this point in the history
Fix archive all when other schools being deleted
  • Loading branch information
arybakov-cgi committed Sep 9, 2024
1 parent 478a5ef commit 5865f3a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -897,8 +897,7 @@ public Integer archiveSchoolReports(long batchId, List<String> schoolOfRecords,
}
}

@Transactional
public Integer archiveSchoolReportsBySchoolOfRecordAndReportType(long batchId, List<String> schoolOfRecords, String reportType) {
private Integer archiveSchoolReportsBySchoolOfRecordAndReportType(long batchId, List<String> schoolOfRecords, String reportType) {
Integer updatedReportsCount = 0;
Integer deletedReportsCount = 0;
Integer originalReportsCount = 0;
Expand Down

0 comments on commit 5865f3a

Please sign in to comment.