|
@@ -10,7 +10,6 @@ package cn.com.qmth.examcloud.core.print.api.controller;
|
|
import cn.com.qmth.examcloud.commons.web.support.ControllerSupport;
|
|
import cn.com.qmth.examcloud.commons.web.support.ControllerSupport;
|
|
import cn.com.qmth.examcloud.core.print.common.Result;
|
|
import cn.com.qmth.examcloud.core.print.common.Result;
|
|
import cn.com.qmth.examcloud.core.print.service.CoursePaperService;
|
|
import cn.com.qmth.examcloud.core.print.service.CoursePaperService;
|
|
-import cn.com.qmth.examcloud.core.print.service.bean.coursepaper.CoursePaperForm;
|
|
|
|
import cn.com.qmth.examcloud.core.print.service.bean.coursepaper.CoursePaperInfo;
|
|
import cn.com.qmth.examcloud.core.print.service.bean.coursepaper.CoursePaperInfo;
|
|
import cn.com.qmth.examcloud.core.print.service.bean.coursepaper.CoursePaperQuery;
|
|
import cn.com.qmth.examcloud.core.print.service.bean.coursepaper.CoursePaperQuery;
|
|
import cn.com.qmth.examcloud.core.print.service.bean.coursepaper.CoursePaperTotalInfo;
|
|
import cn.com.qmth.examcloud.core.print.service.bean.coursepaper.CoursePaperTotalInfo;
|
|
@@ -43,13 +42,6 @@ public class CoursePaperController extends ControllerSupport {
|
|
return coursePaperService.getCoursePaperList(query);
|
|
return coursePaperService.getCoursePaperList(query);
|
|
}
|
|
}
|
|
|
|
|
|
- @PostMapping("/save")
|
|
|
|
- @ApiOperation(value = "保存课程试卷")
|
|
|
|
- public Result saveCoursePaper(@RequestBody CoursePaperForm form) {
|
|
|
|
- //coursePaperService.saveCoursePaper(form);
|
|
|
|
- return success();
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
@PostMapping("/allot/{courseStatisticId}/{coursePaperId}")
|
|
@PostMapping("/allot/{courseStatisticId}/{coursePaperId}")
|
|
@ApiOperation(value = "(单个)分配待指定试卷")
|
|
@ApiOperation(value = "(单个)分配待指定试卷")
|
|
public Result allotCoursePaper(@PathVariable Long courseStatisticId, @PathVariable Long coursePaperId) {
|
|
public Result allotCoursePaper(@PathVariable Long courseStatisticId, @PathVariable Long coursePaperId) {
|