修改上次文件大小为300M

master
xiaoCJ 7 months ago
parent 2964a6e467
commit 5e73d74399

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

@ -49,7 +49,7 @@ public interface SysThreeCatalogMapper {
List<String> selectNameByCourseID(@Param("oneId") String oneId, List<String> selectNameByCourseID(@Param("oneId") String oneId,
@Param("source") String source); @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, String getIdByName(@Param("threeName") String threeName,
@Param("twoName") String twoName); @Param("twoName") String twoName);
} }
Loading…
Cancel
Save