|
@@ -36,7 +36,7 @@ public class ActivityGradeController extends BaseController {
|
|
|
/**
|
|
/**
|
|
|
* 查询等级积分列表
|
|
* 查询等级积分列表
|
|
|
*/
|
|
*/
|
|
|
- @ApiOperation("查询等级管理列表")
|
|
|
|
|
|
|
+ @ApiOperation("查询等级列表")
|
|
|
@PreAuthorize("@ss.hasPermi('system:grade:list')")
|
|
@PreAuthorize("@ss.hasPermi('system:grade:list')")
|
|
|
@GetMapping("/list")
|
|
@GetMapping("/list")
|
|
|
public TableDataInfo<ActivityGradeVo> list(ActivityGradeQueryBo bo) {
|
|
public TableDataInfo<ActivityGradeVo> list(ActivityGradeQueryBo bo) {
|