|
@@ -779,13 +779,7 @@ public class CommonController extends BaseController {
|
|
|
return AjaxResult.success(iClassGradeUserService.pushOfficialPeriodMore(list));
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("批量学时信息推送CC")
|
|
|
- @PreAuthorize("@ss.hasPermi('app:user:edit')")
|
|
|
- @PostMapping("/common/free/pushPeriodCC")
|
|
|
- public AjaxResult pushPeriodCC(@RequestBody ClassGradeUserQueryBo bo) {
|
|
|
- List<CourseChapterVo> chapterList = iClassGradeUserService.findChapterList(bo);
|
|
|
- return AjaxResult.success();
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
@ApiOperation("测试获取山东题库")
|
|
|
@PreAuthorize("@ss.hasPermi('system:withdrawal:add')")
|