Commit 94ddf1b9 authored by TIANZHI.HU's avatar TIANZHI.HU

对账单打印更新 add by 39135 HuTianzhi

parent 71347dea
...@@ -342,6 +342,8 @@ public class ConExportServiceImpl implements ConExportService { ...@@ -342,6 +342,8 @@ public class ConExportServiceImpl implements ConExportService {
contentTable.setDataFormat(df.getFormat("#,##0.00"));//保留两位小数点 contentTable.setDataFormat(df.getFormat("#,##0.00"));//保留两位小数点
cell.setCellStyle(contentTable); cell.setCellStyle(contentTable);
cell.setCellValue(new DecimalFormat().parse(map1.get("UNRECEIVED_AMOUNT").toString()).doubleValue());// 未收金额 cell.setCellValue(new DecimalFormat().parse(map1.get("UNRECEIVED_AMOUNT").toString()).doubleValue());// 未收金额
}else{
cell.setCellValue("");
} }
} }
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment