修改上次文件大小为300M

master
xiaoCJ 7 months ago
parent 2964a6e467
commit 5e73d74399

@ -435,7 +435,7 @@ public class ObjectiveApi {
* return:List<SysObjectiveQuestions>
*/
@AnonymousAccess
@ApiOperation("根据章节I查询所有内置题目")
@ApiOperation("根据章节ID查询所有内置题目")
@PostMapping("selectObjectQuestionListByChapterId")
private List<SysObjectiveQuestions> selectObjectQuestionListByChapterId(@RequestParam String chapterId) {
SysTopicAndCourseExample example = new SysTopicAndCourseExample();

@ -49,7 +49,7 @@ public interface SysThreeCatalogMapper {
List<String> selectNameByCourseID(@Param("oneId") String oneId,
@Param("source") String source);
@Select("select three_id from sys_three_catalog where three_name =#{threeName} and two_name ={twoName}")
@Select("select three_id from sys_three_catalog where three_name =#{threeName} and two_name =#{twoName}")
String getIdByName(@Param("threeName") String threeName,
@Param("twoName") String twoName);
}
Loading…
Cancel
Save