Преглед изворни кода

fix bug 发票抬头信息-电话信息

skyline пре 2 година
родитељ
комит
af9202a113

+ 1 - 0
service/src/main/java/com/kym/service/wechat/impl/WxPayServiceImpl.java

@@ -714,6 +714,7 @@ public class WxPayServiceImpl implements WxPayService {
                     .setInvoiceTitle(buyerInformation.getName())
                     .setTaxId(buyerInformation.getTaxpayer_id())
                     .setAddress(buyerInformation.getAddress())
+                    .setTelephone(buyerInformation.getTelephone())
                     .setBankName(buyerInformation.getBank_name())
                     .setBankAccount(buyerInformation.getBank_account())
                     .setEmail(buyerInformation.getEmail())