Commit 2025ed22 authored by 谢希宇's avatar 谢希宇

Submit by Strive

Date 2021/03/24
删除发票购方电话、购方地址
Project End
parent 780b6fc5
...@@ -75,11 +75,9 @@ public class InvoiceUtil { ...@@ -75,11 +75,9 @@ public class InvoiceUtil {
order.put("buyerTaxNum", unitTax); order.put("buyerTaxNum", unitTax);
} }
//购方电话 非必传 //购方电话 非必传
order.put("buyerTel", StringUtils.isBlank(orderObj.getMemberPhone()) ? "": // order.put("buyerTel", "");
orderObj.getMemberPhone().substring(0,3) + "****" + orderObj.getMemberPhone().substring(7, orderObj.getMemberPhone().length()));
//购方地址 非必填 //购方地址 非必填
order.put("buyerAddress", StringUtils.isBlank(orderObj.getAddressDes()) ? "": // order.put("buyerAddress", "");
orderObj.getAddressDes().substring(0,3) + "****" + orderObj.getAddressDes().substring(7, orderObj.getAddressDes().length()));
//购方银行账号及开户行地址 非必填 //购方银行账号及开户行地址 非必填
order.put("buyerAccount", ""); order.put("buyerAccount", "");
//销方税号(使用沙箱环境请求时消息体参数salerTaxNum和消息头参数userTax填写339901999999142)必填 //销方税号(使用沙箱环境请求时消息体参数salerTaxNum和消息头参数userTax填写339901999999142)必填
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment