修复bug

This commit is contained in:
18942506660
2024-03-27 16:39:22 +08:00
parent 7c6c1f7c0d
commit a032edb059
2 changed files with 3 additions and 2 deletions

View File

@@ -174,7 +174,7 @@ namespace WMS.Web.Repositories
}
var query = _context.SubscribeNotification
.OrderByDescending(o => o.Id)
.OrderByDescending(o => o.OperateTime)
.Where(adv => 1 == 1 && adv.IsDelete != true);
if (!string.IsNullOrEmpty(dto.Creator))