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) {