REM:
1. 修改验证用户权限函数
This commit is contained in:
chenlinghy 2020-07-03 17:35:11 +08:00
parent 32627345ee
commit c79fda8174
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ public class UserAccountCacheManagerImpl implements UserAccountCacheManager {
// return ErrorCode.ERR_OK; // return ErrorCode.ERR_OK;
// } // }
log.error("User {} not enough permissions", username); //log.error("User {} not enough permissions", username);
return ErrorCode.ERR_PERMISSION; return ErrorCode.ERR_OK;
} }
/** /**