|
@@ -114,6 +114,7 @@ public class ExportUtil {
|
|
}
|
|
}
|
|
int i = 1;
|
|
int i = 1;
|
|
for (TagMasterVo vo : values) {
|
|
for (TagMasterVo vo : values) {
|
|
|
|
+ System.out.println(vo);
|
|
row = sheet.createRow(i++);
|
|
row = sheet.createRow(i++);
|
|
row.createCell(0).setCellValue(vo.getLevel());
|
|
row.createCell(0).setCellValue(vo.getLevel());
|
|
row.createCell(1).setCellValue(vo.getContent());
|
|
row.createCell(1).setCellValue(vo.getContent());
|