|
|
@@ -201,7 +201,7 @@ public class ExcelDownUtil { |
|
|
|
for (ExportOptionEnum column : columnList) { |
|
|
|
List<String> columnValues = Lists.newArrayList(); |
|
|
|
columnValues.add(column.getDesc()); |
|
|
|
projects.stream().forEach(project -> { |
|
|
|
projects.forEach(project -> { |
|
|
|
String s = JSON.toJSONString(project); |
|
|
|
JSONObject jsonObject = JSON.parseObject(s); |
|
|
|
String columnValue = String.valueOf(jsonObject.get(column.toString())); |
|
|
|