|
|
@ -144,6 +144,8 @@ public class LocationController { |
|
|
|
private List<LocationExcelVO> getExcelVo(List<LocationDO> list, Map<Integer, String[]> mapDropDown) { |
|
|
|
String[] type = DictFrameworkUtils.dictTypeDictDataValue(DictTypeConstants.LOCATION_AREA_TYPE); |
|
|
|
mapDropDown.put(4, type); |
|
|
|
String[] isInAccount = DictFrameworkUtils.dictTypeDictDataValue(DictTypeConstants.TRUE_FALSE); |
|
|
|
mapDropDown.put(5, isInAccount); |
|
|
|
// 导出 Excel
|
|
|
|
List<LocationExcelVO> resultList = LocationConvert.INSTANCE.convertList02(list); |
|
|
|
for (LocationExcelVO locationExcelVO : resultList) { |
|
|
|