提交 9e69afcb authored 作者: 刘海泉's avatar 刘海泉

修改导出问题

上级 bad0cb89
......@@ -301,7 +301,7 @@ public class OrderChildExceptionReportServiceImpl implements OrderChildExceptio
rowData.add(new ExcelData(vo.getTruckNoOrMobile(),"-"));
rowData.add(new ExcelData(vo.getChildNo(),"-"));
rowData.add(new ExcelData(vo.getStatusMsg(),"-"));
rowData.add(new ExcelData(vo.getDeductionAmount(),"-"));
rowData.add(new ExcelData(Objects.nonNull(vo.getDeductionAmount())?vo.getDeductionAmount().movePointLeft(2):null,"-"));
rowData.add(new ExcelData(vo.getReportTime(),"-"));
rowData.add(new ExcelData(vo.getCreateTime(),"-"));
rowData.add(new ExcelData(vo.getDealUser(),"-"));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论