master
洁 任 2026-03-07 15:25:11 +08:00
parent a36c604296
commit 1fde08a04a
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ namespace OpenAuth.App
// 查询其他人员
var otherPersons = await uow.MiViolationUsers.AsQueryable()
.Where(r => r.ViolationReportId == result.Id)
.Where(r => r.ViolationReportId == result1.Id)
.ToListAsync();
// 查询其他人员图片