x
This commit is contained in:
@@ -2562,7 +2562,7 @@ namespace IRaCIS.Core.Application.Service.Allocation
|
||||
|
||||
var list = await _visitTaskRepository.Where(filterExpression)
|
||||
//IR 申请的时候,仅仅看到影响自己的
|
||||
.WhereIf(_userInfo.UserTypeEnumInt == (int)UserTypeEnum.IndependentReviewer, t => t.DoctorUserId == _userInfo.Id
|
||||
.WhereIf(_userInfo.UserTypeEnumInt == (int)UserTypeEnum.IndependentReviewer, t => t.DoctorUserId == _userInfo.Id)
|
||||
.OrderBy(t => t.VisitTaskNum).ProjectTo<InfluenceTaskInfo>(_mapper.ConfigurationProvider).ToListAsync();
|
||||
|
||||
#region 影响后的操作
|
||||
|
||||
Reference in New Issue
Block a user