diff --git a/IRaCIS.Core.Application/Service/TrialSiteUser/PersonalWorkstation.cs b/IRaCIS.Core.Application/Service/TrialSiteUser/PersonalWorkstation.cs index ee821270c..6eee5d9f2 100644 --- a/IRaCIS.Core.Application/Service/TrialSiteUser/PersonalWorkstation.cs +++ b/IRaCIS.Core.Application/Service/TrialSiteUser/PersonalWorkstation.cs @@ -1550,7 +1550,7 @@ namespace IRaCIS.Core.Application //.ProjectTo(_mapper.ConfigurationProvider, new { userTypeEnumInt = _userInfo.UserTypeEnumInt, userId = _userInfo.Id }); - var result = await query.ToPagedListAsync(inQuery); + var result = await query.ToPagedListAsync(inQuery,nameof(TrialToBeDoneDto.CreateTime)); return ResponseOutput.Ok(result); }