|
@@ -35,7 +35,7 @@ import io.swagger.annotations.ApiOperation;
|
|
|
* @author ruoyi
|
|
|
* @date 2021-12-07
|
|
|
*/
|
|
|
-@Api(value = "用户预约考试控制器", tags = {"用户预约考试管理"})
|
|
|
+@Api(value = "报考数据控制器", tags = {"报考数据控制器"})
|
|
|
@RequiredArgsConstructor(onConstructor_ = @Autowired)
|
|
|
@RestController
|
|
|
@RequestMapping("/system/subscribe")
|
|
@@ -48,7 +48,7 @@ public class UserSubscribeController extends BaseController {
|
|
|
/**
|
|
|
* 查询用户预约考试列表
|
|
|
*/
|
|
|
- @ApiOperation("查询用户预约考试列表")
|
|
|
+ @ApiOperation("查询报考数据列表")
|
|
|
@PreAuthorize("@ss.hasPermi('system:subscribe:list')")
|
|
|
@GetMapping("/list")
|
|
|
public TableDataInfo<UserSubscribeVo> listSubscribe(UserSubscribeQueryBo bo) {
|
|
@@ -62,7 +62,7 @@ public class UserSubscribeController extends BaseController {
|
|
|
/**
|
|
|
* 修改用户预约考试
|
|
|
*/
|
|
|
- @ApiOperation("批量取消预约,批量选考试登记状态,批量修改预约状态")
|
|
|
+ @ApiOperation("批量取消预约,批量选考试登记状态,批量修改预约状态,批量前培账号开通")
|
|
|
@PreAuthorize("@ss.hasPermi('system:subscribe:edit')")
|
|
|
@Log(title = "用户预约考试", businessType = BusinessType.UPDATE)
|
|
|
@PostMapping("edit")
|
|
@@ -73,7 +73,7 @@ public class UserSubscribeController extends BaseController {
|
|
|
/**
|
|
|
* 修改用户预约考试
|
|
|
*/
|
|
|
- @ApiOperation("批量取消预约,批量选考试登记状态")
|
|
|
+ @ApiOperation("批量选考试登记状态")
|
|
|
@PreAuthorize("@ss.hasPermi('system:subscribe:edit')")
|
|
|
@Log(title = "用户预约考试", businessType = BusinessType.UPDATE)
|
|
|
@PostMapping()
|