exam模块添加

This commit is contained in:
zhujunjieit 2018-12-06 21:48:07 +08:00
parent 43449cdc02
commit c2c95058ff
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ public class ExamQuestionCategoryController extends BaseController
@ResponseBody
public TableDataInfo list(ExamQuestionCategory examQuestionCategory)
{
List<ExamQuestionCategory> list = examQuestionCategoryService.selectExamQuestionCategoryList(examQuestionCategory);
return getDataTable(list);
}