add: 分公司系统管理(菜单角色权限)
parent
3928e7f4d6
commit
e8653b1870
|
@ -236,6 +236,7 @@ public class CorpInfoController extends BaseController {
|
|||
* @throws Exception
|
||||
*/
|
||||
@RequestMapping(value="/goEdit")
|
||||
@RequiresPermissions("corpinfo_edit_self:list")
|
||||
@ResponseBody
|
||||
public Object goEdit() throws Exception{
|
||||
Map<String,Object> map = new HashMap<String,Object>();
|
||||
|
|
Loading…
Reference in New Issue