zhengcaioa/zhengcaioa/Controllers/ExpertTest/ExpertTestTopicController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
zhengcaioa/zhengcaioa/Controllers/ExpertTest/ExpertTestTopicController.cs
@@ -139,7 +139,7 @@ expertTestTopicanwserDTOs = _expertTestTopicService.GetListanwser(id); if (dto.Topictype=="03") { expertTestTopicanwserDTOs = expertTestTopicanwserDTOs.OrderByDescending(x=>x.Anwserno).ToList(); expertTestTopicanwserDTOs = expertTestTopicanwserDTOs.OrderBy(x=>x.Anwserno).ToList(); } if (expertTestTopicanwserDTOs.Count == 0) {