|
@@ -3,12 +3,12 @@ package com.qmth.distributed.print.api.mark;
|
|
|
|
|
|
import com.qmth.boot.api.annotation.Aac;
|
|
|
import com.qmth.boot.api.constant.ApiConstant;
|
|
|
-import com.qmth.distributed.print.business.bean.result.EditResult;
|
|
|
import com.qmth.teachcloud.common.annotation.OperationLogDetail;
|
|
|
import com.qmth.teachcloud.common.contant.SystemConstant;
|
|
|
import com.qmth.teachcloud.common.enums.log.OperationTypeEnum;
|
|
|
import com.qmth.teachcloud.common.util.Result;
|
|
|
import com.qmth.teachcloud.common.util.ResultUtil;
|
|
|
+import com.qmth.teachcloud.mark.bean.dto.MarkAreaDto;
|
|
|
import com.qmth.teachcloud.mark.dto.mark.manage.Task;
|
|
|
import com.qmth.teachcloud.mark.dto.mark.score.SettingDto;
|
|
|
import com.qmth.teachcloud.mark.dto.mark.score.StudentObjectiveDetailDto;
|
|
@@ -93,7 +93,7 @@ public class MarkInspectedController extends BaseController {
|
|
|
|
|
|
@ApiOperation(value = "获取评卷区")
|
|
|
@RequestMapping(value = "/get_mark_area", method = RequestMethod.POST)
|
|
|
- @ApiResponses({@ApiResponse(code = 200, message = "评卷区查询", response = EditResult.class)})
|
|
|
+ @ApiResponses({@ApiResponse(code = 200, message = "评卷区查询", response = MarkAreaDto.class)})
|
|
|
public Result getMarkArea(@ApiParam(value = "考生ID", required = true) @RequestParam Long studentId) {
|
|
|
return ResultUtil.ok(markSubjectiveScoreService.findMarkArea(studentId));
|
|
|
}
|