Browse Source

权限:暂时不需要触发角色存贮过程

wangdy 8 years ago
parent
commit
008af2e29f

+ 1 - 1
src/main/java/com/uas/platform/b2c/common/account/service/impl/RoleServiceImpl.java

@@ -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;