Commit a2a81bf3a029d4d5cbbcbcd9152248eaec029167

Authored by zhangmeiyang
1 parent ae53be34

金蝶对接pt7

etrade-thirdparty/src/main/java/com/diligrp/etrade/thirdparty/component/TransferComponent.java
... ... @@ -38,6 +38,7 @@ public class TransferComponent {
38 38 public void transBaseCo(BaseBillCo co, Long marketId, String systemCode) {
39 39 co.setFBillNo(ObjectUtils.isEmpty(co.getF_ZDB_Text())?null:co.getF_ZDB_Text());
40 40 co.setF_PZCW_Text(null);
  41 + co.setF_PZCW_Text1(null);
41 42 co.setF_ZDB_Text(null);
42 43 co.setFDATE(LocalDateTime.now().format(DateTimeFormatter.ofPattern(Constants.DATE_TIME_FORMAT)));
43 44 co.setFCURRENCYID(new FCURRENCYID());
... ...