Commit 9562cedc by yangxiujun

fix:修改环境

1 parent 22e9a7fe
......@@ -127,7 +127,7 @@ public class FileController {
ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
EasyExcel.write(outputStream, OrderInfoExcelDTO.class)
.registerWriteHandler(ExcelUtil.getDefaultWriteHandler())
//不设置字体 .registerWriteHandler(ExcelUtil.getDefaultWriteHandler())
.registerConverter(new DateStringConverter())
.registerConverter(new BigDecimalStringConverter())
.sheet("工单列表").doWrite(arrayList);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!