| File was renamed from exam-admin/src/main/java/com/gkhy/exam/admin/web/ExCoursePhaseController.java |
| | |
| | | package com.gkhy.exam.admin.web; |
| | | package com.gkhy.exam.admin.controller.web; |
| | | |
| | | |
| | | import com.gkhy.exam.common.annotation.Log; |
| | |
| | | } |
| | | |
| | | @RepeatSubmit |
| | | @Log(title = "批次管理", businessType = BusinessType.UPDATE) |
| | | @Log(title = "批次管理", businessType = BusinessType.DELETE) |
| | | @ApiOperation(value = "删除批次") |
| | | @DeleteMapping(value = { "/{phaseId}" }) |
| | | public CommonResult delete(@PathVariable(value = "phaseId", required = true) Long phaseId){ |