update 删除类别查询权限 通用查询不需要加权限
This commit is contained in:
parent
87afa637ba
commit
bc61d90d51
@ -38,7 +38,6 @@ public class FlwCategoryController extends BaseController {
|
|||||||
/**
|
/**
|
||||||
* 查询流程分类列表
|
* 查询流程分类列表
|
||||||
*/
|
*/
|
||||||
@SaCheckPermission("workflow:category:list")
|
|
||||||
@GetMapping("/list")
|
@GetMapping("/list")
|
||||||
public R<List<FlowCategoryVo>> list(FlowCategoryBo bo) {
|
public R<List<FlowCategoryVo>> list(FlowCategoryBo bo) {
|
||||||
List<FlowCategoryVo> list = FlowCategoryService.queryList(bo);
|
List<FlowCategoryVo> list = FlowCategoryService.queryList(bo);
|
||||||
@ -62,7 +61,6 @@ public class FlwCategoryController extends BaseController {
|
|||||||
*
|
*
|
||||||
* @param id 主键
|
* @param id 主键
|
||||||
*/
|
*/
|
||||||
@SaCheckPermission("workflow:category:query")
|
|
||||||
@GetMapping("/{id}")
|
@GetMapping("/{id}")
|
||||||
public R<FlowCategoryVo> getInfo(@NotNull(message = "主键不能为空")
|
public R<FlowCategoryVo> getInfo(@NotNull(message = "主键不能为空")
|
||||||
@PathVariable Long id) {
|
@PathVariable Long id) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user