feat: refine user filtering logic in Chatika account activation and Daya loan check jobs

This commit is contained in:
masoodafar-web
2025-12-24 01:36:43 +03:30
parent 41308e189a
commit 13f24d523b
2 changed files with 8 additions and 4 deletions
@@ -93,8 +93,7 @@ public class ChatikaAccountActivationJob
ucf.ClubFeatureId == (long)ClubFeatureType.Chatika &&
ucf.ClubMembership.IsActive &&
!ucf.IsDeleted &&
ucf.IsActive &&
(ucf.Notes == null || ucf.Notes == "")) // حساب هنوز ساخته نشده
!ucf.IsActive) // حساب هنوز ساخته نشده
.ToListAsync(cancellationToken);
if (!pendingUsers.Any())