|
|
@ -103,10 +103,6 @@ public class LocationAreaController { |
|
|
|
} |
|
|
|
|
|
|
|
private List<LocationAreaExcelVO> getExcelVo(List<LocationAreaDO> list, Map<Integer, String[]> mapDropDown) { |
|
|
|
String[] type = DictFrameworkUtils.dictTypeDictDataValue(DictTypeConstants.LOCATION_AREA_TYPE); |
|
|
|
mapDropDown.put(3, type); |
|
|
|
String[] available = DictFrameworkUtils.dictTypeDictDataValue(DictTypeConstants.TRUE_FALSE); |
|
|
|
mapDropDown.put(4, available); |
|
|
|
// 导出 Excel
|
|
|
|
List<LocationAreaExcelVO> resultList = LocationAreaConvert.INSTANCE.convertList02(list); |
|
|
|
return resultList; |
|
|
|