|
@@ -24,8 +24,6 @@ import com.qmth.teachcloud.common.entity.TBTask;
|
|
import com.qmth.teachcloud.common.enums.ExceptionResultEnum;
|
|
import com.qmth.teachcloud.common.enums.ExceptionResultEnum;
|
|
import com.qmth.teachcloud.common.enums.PushTypeEnum;
|
|
import com.qmth.teachcloud.common.enums.PushTypeEnum;
|
|
import com.qmth.teachcloud.common.enums.TaskTypeEnum;
|
|
import com.qmth.teachcloud.common.enums.TaskTypeEnum;
|
|
-import com.qmth.teachcloud.common.service.BasicClazzService;
|
|
|
|
-import com.qmth.teachcloud.common.service.SysOrgService;
|
|
|
|
import com.qmth.teachcloud.common.util.Result;
|
|
import com.qmth.teachcloud.common.util.Result;
|
|
import com.qmth.teachcloud.common.util.ResultUtil;
|
|
import com.qmth.teachcloud.common.util.ResultUtil;
|
|
import com.qmth.teachcloud.common.util.ServletUtil;
|
|
import com.qmth.teachcloud.common.util.ServletUtil;
|
|
@@ -79,12 +77,6 @@ public class TSyncExamStudentScoreController {
|
|
@Resource
|
|
@Resource
|
|
ExamPrintPlanService examPrintPlanService;
|
|
ExamPrintPlanService examPrintPlanService;
|
|
|
|
|
|
- @Resource
|
|
|
|
- SysOrgService sysOrgService;
|
|
|
|
-
|
|
|
|
- @Resource
|
|
|
|
- BasicClazzService basicClazzService;
|
|
|
|
-
|
|
|
|
@ApiOperation(value = "成绩归档查询列表")
|
|
@ApiOperation(value = "成绩归档查询列表")
|
|
@ApiResponses({@ApiResponse(code = 200, message = "成绩查询信息", response = TSyncExamStudentScoreResult.class)})
|
|
@ApiResponses({@ApiResponse(code = 200, message = "成绩查询信息", response = TSyncExamStudentScoreResult.class)})
|
|
@RequestMapping(value = "/score/list", method = RequestMethod.POST)
|
|
@RequestMapping(value = "/score/list", method = RequestMethod.POST)
|