|
|
@ -53,7 +53,7 @@ public class TopicController {
|
|
|
|
@AnonymousAccess
|
|
|
|
@AnonymousAccess
|
|
|
|
public ResultEntity<Integer> getRandomTopic(@ApiParam("导入的文件") @RequestParam MultipartFile file,
|
|
|
|
public ResultEntity<Integer> getRandomTopic(@ApiParam("导入的文件") @RequestParam MultipartFile file,
|
|
|
|
@ApiParam("学校ID") @RequestParam String schoolId,
|
|
|
|
@ApiParam("学校ID") @RequestParam String schoolId,
|
|
|
|
@ApiParam("知识测评题库,项目尽调题库,项目估值题库,IPO上市板块题目,IPO上市条件题目") @RequestParam String module) {
|
|
|
|
@ApiParam("知识测评题库,项目尽调题库,项目估值题库,上市板块相关题库,上市条件相关题库") @RequestParam String module) {
|
|
|
|
return new ResultEntity<Integer>(topicService.importFile(file, schoolId, module));
|
|
|
|
return new ResultEntity<Integer>(topicService.importFile(file, schoolId, module));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -110,7 +110,7 @@ public class TopicController {
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* @author xcj
|
|
|
|
* @author xcj
|
|
|
|
* @Date 2023/11/21
|
|
|
|
* @Date 2023/11/21``
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@GetMapping("getAllScore")
|
|
|
|
@GetMapping("getAllScore")
|
|
|
|
@ApiOperation("页面回显得分通用接口")
|
|
|
|
@ApiOperation("页面回显得分通用接口")
|
|
|
@ -123,13 +123,13 @@ public class TopicController {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@GetMapping("getIPOTopicOne")
|
|
|
|
// @GetMapping("getIPOTopicOne")
|
|
|
|
@ApiOperation("IPO弹窗1")
|
|
|
|
// @ApiOperation("IPO弹窗1")
|
|
|
|
@AnonymousAccess
|
|
|
|
// @AnonymousAccess
|
|
|
|
public ResultEntity<TopicsWithBLOBs> getIPOTopicOne() {
|
|
|
|
// public ResultEntity<TopicsWithBLOBs> getIPOTopicOne() {
|
|
|
|
TopicsWithBLOBs topics = topicsMapper.selectByPrimaryKey(Constant.NINE);
|
|
|
|
// TopicsWithBLOBs topics = topicsMapper.selectByPrimaryKey(Constant.NINE);
|
|
|
|
return new ResultEntity<TopicsWithBLOBs>(topics);
|
|
|
|
// return new ResultEntity<TopicsWithBLOBs>(topics);
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@AnonymousAccess
|
|
|
|
@AnonymousAccess
|
|
|
|