This commit is contained in:
linfso 2024-07-28 19:41:50 +08:00
parent 5400d29b95
commit b5d1827e39
2 changed files with 1 additions and 7 deletions

View File

@ -119,12 +119,6 @@
<version>4.1.2</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.apache.poi</groupId>-->
<!-- <artifactId>poi-ooxml</artifactId>-->
<!-- <version>4.1.2</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>ooxml-schemas</artifactId>

View File

@ -1837,7 +1837,7 @@ public class EmisBaseService {
order.put("sendCompany", WaybillHelper.removeUnSeeChar(waybill.getSendCompany()));
order.put("sendMobile", WaybillHelper.removeUnSeeChar(waybill.getSendMobile()));
order.put("sendPerson", WaybillHelper.removeUnSeeChar(waybill.getSendName()));
order.put("sendDate",DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD_HH_MM_SS,waybill.getSendDate()));
order.put("sendDate",DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD,waybill.getSendDate()));
// k1 - 收件国(中文)
// k2 - 线路名称(中文)