|
@@ -56,7 +56,7 @@ public class ExamController extends BaseController {
|
|
@GetMapping("/list")
|
|
@GetMapping("/list")
|
|
public TableDataInfo<ExamVo> list(ExamQueryBo bo) {
|
|
public TableDataInfo<ExamVo> list(ExamQueryBo bo) {
|
|
startPage();
|
|
startPage();
|
|
- List<ExamVo> list = iExamService.selectList(bo);
|
|
|
|
|
|
+ List<ExamVo> list = iExamService.getList(bo);
|
|
return getDataTable(list);
|
|
return getDataTable(list);
|
|
}
|
|
}
|
|
|
|
|