|
|
@ -42,9 +42,12 @@ public class TdExamController extends BaseController{
|
|
|
|
public TableDataInfo list(TdQuestion tdQuestion)
|
|
|
|
public TableDataInfo list(TdQuestion tdQuestion)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
startPage();
|
|
|
|
startPage();
|
|
|
|
|
|
|
|
|
|
|
|
List<TdQuestion> list = tdQuestionService.selectTdQuestionList(tdQuestion);
|
|
|
|
List<TdQuestion> list = tdQuestionService.selectTdQuestionList(tdQuestion);
|
|
|
|
return getDataTable(list);
|
|
|
|
return getDataTable(list);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|