master
parent
a36c604296
commit
1fde08a04a
|
|
@ -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();
|
||||
|
||||
// 查询其他人员图片
|
||||
|
|
|
|||
Loading…
Reference in New Issue