|
|
|
@ -390,7 +390,7 @@ public class SNPushCheckRecordService extends AbstractServiceAdapter { |
|
|
|
|
jsonObject.put("salesTaxNo", invoiceData.get("xhfsbh")); |
|
|
|
|
jsonObject.put("salesAddressPhone", invoiceData.get("xhfdzdh")); |
|
|
|
|
if (StringUtils.isBlank(jsonObject.getString("salesAddressPhone")) && invoiceData.get("smfdwgrzz") != null && invoiceData.get("smfdh") != null){ |
|
|
|
|
jsonObject.put("salesAddressPhone", invoiceData.get("smfdwgrzz").toString() + invoiceData.get("smfdh").toString()); |
|
|
|
|
jsonObject.put("salesAddressPhone", invoiceData.get("smfdwgrzz").toString() +"\t"+ invoiceData.get("smfdh").toString()); |
|
|
|
|
} |
|
|
|
|
if (FplxEnum.JDC.getFplxDm().equals(invoiceType)) { |
|
|
|
|
if (invoiceData.get("khyh") != null && invoiceData.get("khzh") != null) { |
|
|
|
|