1
0

2 Incheckningar 17d61635a4 ... 60464700f5

Upphovsman SHA1 Meddelande Datum
  mingfu 60464700f5 Merge branch 'master' of http://49.234.186.218:9000/root/ieplus 1 vecka sedan
  mingfu 888be6c65f 题型保存中文名 1 vecka sedan

+ 1 - 1
ie-admin/src/main/java/com/ruoyi/web/controller/learn/LearnQuestionsController.java

@@ -117,7 +117,7 @@ public class LearnQuestionsController extends BaseController
     {
         QuestionType qt = QuestionType.of(param.getInteger("type"));
         List<Long> ids = param.getList ("ids", Long.class);
-        learnQuestionsService.updateQuestionType(qt.name(), ids);
+        learnQuestionsService.updateQuestionType(qt.getTitle(), ids);
         return AjaxResult.success();
     }
 }