kongzy
2024-06-26 daf7acb4f107a427e4a83ba1eb26e5e6012cbdaf
exam-admin/src/main/java/com/gkhy/exam/admin/web/ExStudentStudyController.java
@@ -2,6 +2,7 @@
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;
@@ -20,7 +21,7 @@
 * @author kzy
 * @since 2024-06-06 13:53:17
 */
@Api(tags = "学员学习记录前端控制器")
@Api(tags = "学员课程学习记录前端控制器")
@RestController
@RequestMapping("/student-study")
public class ExStudentStudyController {
@@ -37,6 +38,8 @@
        return CommonResult.success(studentStudyService.selectStudyByPhaseAndStundentId(phaseId,studentId));
    }
    @RepeatSubmit
    @Log(title = "课程学习记录管理", businessType = BusinessType.DELETE)
    @ApiOperation(value = "删除学习记录")
    @DeleteMapping(value = { "/{studyId}" })