Browse Source

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

skyline 2 years ago
parent
commit
15e206400d

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

@@ -837,7 +837,6 @@ public class WxPayServiceImpl implements WxPayService {
                 .setTaxpayer_id(invoice.getTaxId())
                 .setTelephone(invoice.getTelephone())
                 .setAddress(invoice.getAddress())
-                .setTelephone(invoice.getPhone())
                 .setBank_name(invoice.getBankName())
                 .setBank_account(invoice.getBankAccount());