add: 分公司系统管理(菜单角色权限)

pull/7/head
dearlin 2023-11-28 15:26:20 +08:00
parent 3928e7f4d6
commit e8653b1870
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ public class CorpInfoController extends BaseController {
* @throws Exception * @throws Exception
*/ */
@RequestMapping(value="/goEdit") @RequestMapping(value="/goEdit")
@RequiresPermissions("corpinfo_edit_self:list")
@ResponseBody @ResponseBody
public Object goEdit() throws Exception{ public Object goEdit() throws Exception{
Map<String,Object> map = new HashMap<String,Object>(); Map<String,Object> map = new HashMap<String,Object>();