Commit a47a4017 authored by xiachenqi's avatar xiachenqi

注释邮局导出excel中的反向邮件号和返件标识

parent b4a8f8b4
...@@ -567,9 +567,9 @@ public class PersonPostApi { ...@@ -567,9 +567,9 @@ public class PersonPostApi {
cell = row.createCell(15); cell = row.createCell(15);
cell.setCellValue(personPostEntity.getRecipientAddress()); cell.setCellValue(personPostEntity.getRecipientAddress());
cell = row.createCell(16); cell = row.createCell(16);
cell.setCellValue("6"); // cell.setCellValue("6");
cell = row.createCell(17); cell = row.createCell(17);
cell.setCellValue(personPostEntity.getBackWaybillNumber()); // cell.setCellValue(personPostEntity.getBackWaybillNumber());
cell = row.createCell(20); cell = row.createCell(20);
cell.setCellValue(personPostEntity.getLatticeMouthInformation()); cell.setCellValue(personPostEntity.getLatticeMouthInformation());
} }
......
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