|
|
@@ -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());
|
|
|
|