|
@@ -336,7 +336,7 @@ public class ModuleInfoFacade extends ModuleInfoServiceImpl {
|
|
|
for (DictionaryInfo dictionaryInfo : dictionaryInfoList) {
|
|
|
GetModuleTypeDTO getModuleTypeDTO = new GetModuleTypeDTO();
|
|
|
getModuleTypeDTO.setName(dictionaryInfo.getName());
|
|
|
- getModuleTypeDTO.setType(dictionaryInfo.getVal());
|
|
|
+ getModuleTypeDTO.setVal(dictionaryInfo.getVal());
|
|
|
getModuleTypeDTOS.add(getModuleTypeDTO);
|
|
|
}
|
|
|
return getModuleTypeDTOS;
|