fix 修复 岗位下拉框接口权限标识符错误
This commit is contained in:
parent
995ddf6d98
commit
3a4990e3d4
@ -113,7 +113,7 @@ public class SysPostController extends BaseController {
|
||||
*
|
||||
* @param postIds 岗位ID串
|
||||
*/
|
||||
@SaCheckPermission("system:dept:query")
|
||||
@SaCheckPermission("system:post:query")
|
||||
@GetMapping("/optionselect")
|
||||
public R<List<SysPostVo>> optionselect(@RequestParam(required = false) Long[] postIds) {
|
||||
return R.ok(postService.selectPostByIds(List.of(postIds)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user