| | |
| | | |
| | | |
| | | import com.gkhy.exam.common.annotation.Log; |
| | | import com.gkhy.exam.common.annotation.RepeatSubmit; |
| | | import com.gkhy.exam.common.api.CommonResult; |
| | | import com.gkhy.exam.common.enums.BusinessType; |
| | | import com.gkhy.exam.system.service.ExStudentStudyService; |
| | |
| | | * @author kzy |
| | | * @since 2024-06-06 13:53:17 |
| | | */ |
| | | @Api(tags = "学员学习记录前端控制器") |
| | | @Api(tags = "学员课程学习记录前端控制器") |
| | | @RestController |
| | | @RequestMapping("/student-study") |
| | | public class ExStudentStudyController { |
| | |
| | | return CommonResult.success(studentStudyService.selectStudyByPhaseAndStundentId(phaseId,studentId)); |
| | | } |
| | | |
| | | |
| | | @RepeatSubmit |
| | | @Log(title = "课程学习记录管理", businessType = BusinessType.DELETE) |
| | | @ApiOperation(value = "删除学习记录") |
| | | @DeleteMapping(value = { "/{studyId}" }) |