|
@@ -319,8 +319,8 @@ public class CommonServiceImpl implements CommonService {
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public ConfigurationVO getConfigurationList() {
|
|
|
- return new ConfigurationVO(commonRepo.getConfigurationList());
|
|
|
+ public Map<String, String> getConfigurationList() {
|
|
|
+ return commonRepo.getConfigurationList();
|
|
|
}
|
|
|
|
|
|
Pageable getPageable(SearchConditionVO searchConditionVO) {
|