|
|
@@ -40,7 +40,7 @@ public class RoleServiceImpl implements RoleService {
|
|
|
List<Role> roles = roleDao.findByEnUU(enUU);
|
|
|
if (CollectionUtils.isEmpty(roles)) {
|
|
|
// 角色为空,说明资料未初始化或初始化失败,需重新init
|
|
|
- enterpriseDao.callInitProcedure(enUU);
|
|
|
+ //enterpriseDao.callInitProcedure(enUU);
|
|
|
roles = roleDao.findByEnUU(enUU);
|
|
|
}
|
|
|
return roles;
|