修改排序
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d9f60ded4a
commit
8a42ed74bc
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue