Added audit for application and faq.

This commit is contained in:
piyushkag
2024-11-23 22:27:13 +05:30
parent 5581146888
commit b835ee5e5a
11 changed files with 343 additions and 150 deletions

View File

@@ -29,7 +29,7 @@ public class NotificationScheduler {
@Autowired
EmailNotificationDao emailNotificationDao;
@Scheduled(cron = "0 0 1 * * ?")
// @Scheduled(cron = "0 0 1 * * ?")
void sendNotificationForRejectedApplicationToBeneficiary() {
List<ApplicationEntity> applicationsList = applicationRepository.findByIsDeletedFalse();