Selaa lähdekoodia

fix 题库模块

he2802 4 vuotta sitten
vanhempi
commit
3dad212c24

+ 1 - 1
zhongzheng-admin/src/main/java/com/zhongzheng/controller/bank/ExamController.java

@@ -130,7 +130,7 @@ public class ExamController extends BaseController {
     /**
      * 查询题目业务层次关系列表
      */
-    @ApiOperation("查询业务层次关系列表")
+    @ApiOperation("查询题目列表")
     @PreAuthorize("@ss.hasPermi('system:business:list')")
     @GetMapping("/question/list")
     public AjaxResult<List<ExamQuestionVo>> questionList(ExamQuestionQueryBo bo) {