diff --git a/QYZH.InteractiveMagazine.Service/UserJournalService.cs b/QYZH.InteractiveMagazine.Service/UserJournalService.cs index 74494e8..75f67e0 100644 --- a/QYZH.InteractiveMagazine.Service/UserJournalService.cs +++ b/QYZH.InteractiveMagazine.Service/UserJournalService.cs @@ -510,7 +510,6 @@ public class UserJournalService( RefAsync totalNumber = 0; var pageResult = await userJournalRepository.Queryable() .Where(uj => uj.UserId == userId) - .WhereIF(!string.IsNullOrWhiteSpace(input.Type), uj => uj.Type.ToString() == input.Type) .OrderByDescending(uj => uj.CreatedAt) .Select(uj => new BindJournalOutput {