完事接口需求

master
yz 8 months ago
parent 3371d3477b
commit bb07a28494

@ -311,4 +311,60 @@ public class ObjectiveApi {
List<SysObjectiveQuestions> sysObjectiveQuestions = sysObjectiveQuestionMapper.selectByExample(example);
return sysObjectiveQuestions;
}
/**
* ID
* selectRandomObjectiveByChapterId
* chapterId
* return:List<SysObjectiveQuestions>
*/
/**
* ID
* selectObjectQuestionListByChapterId
* chapterId
* return:List<SysObjectiveQuestions>
*/
/**
* 35
* selectRandomObjectiveSingle
* systemOwner
* return:List<SysObjectiveQuestions>
*/
/**
* 5
* selectRandomObjectiveSingle
* systemOwner
* return:List<SysObjectiveQuestions>
*/
/**
* 10
* selectRandomObjectiveJudge
* systemOwner
* return:List<SysObjectiveQuestions>
*/
/**
*
* selectCountSingle
* schoolId systemOwner
* return:Integer
*/
/**
*
* selectCountMany
* schoolId systemOwner
* return:Integer
*/
/**
*
* selectCountJudge
* schoolId systemOwner
* return:Integer
*/
}

Loading…
Cancel
Save