修改排序
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-08-22 16:39:07 +08:00
parent d9f60ded4a
commit 8a42ed74bc
1 changed files with 1 additions and 1 deletions

View File

@ -1550,7 +1550,7 @@ namespace IRaCIS.Core.Application
//.ProjectTo<TrialDetailDTO>(_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);
}