getApiScopeRelationsByApiId return값 오류 수정(오형석이사 가이드)
This commit is contained in:
@@ -54,7 +54,7 @@ public class ScopeDAO extends BaseDAO {
|
|||||||
|
|
||||||
ScopeEntity scopeEntity = scopeLoader.findByIdBzwksvckeyname(apiId);
|
ScopeEntity scopeEntity = scopeLoader.findByIdBzwksvckeyname(apiId);
|
||||||
|
|
||||||
scopeSet.add(scopeEntity.getId().getBzwksvckeyname());
|
scopeSet.add(scopeEntity.getId().getScopeid());
|
||||||
return scopeSet;
|
return scopeSet;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new DAOException(ExceptionUtil.getErrorCode(e, "RECEAIAUC001"));
|
throw new DAOException(ExceptionUtil.getErrorCode(e, "RECEAIAUC001"));
|
||||||
|
|||||||
Reference in New Issue
Block a user