新增公司
This commit is contained in:
parent
8c6494baef
commit
6004d6ab3b
|
|
@ -462,6 +462,7 @@ public class SysDeptServiceImpl implements ISysDeptService
|
|||
SysRole role = new SysRole();
|
||||
role.setRoleKey("company_"+sysDept.getDeptId()+"_admin");
|
||||
role.setRoleName("company_"+sysDept.getDeptId()+"_管理员");
|
||||
role.setCompanyId(sysDept.getDeptId());
|
||||
role.setRoleSort(0);
|
||||
role.setStatus("0");
|
||||
role.setCreateBy(SecurityUtils.getUsername());
|
||||
|
|
|
|||
Loading…
Reference in New Issue