修复bug
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user