|
|
@ -389,6 +389,9 @@ public class SNPushCheckRecordService extends AbstractServiceAdapter { |
|
|
|
jsonObject.put("salesName", invoiceData.get("xhfmc")); |
|
|
|
jsonObject.put("salesName", invoiceData.get("xhfmc")); |
|
|
|
jsonObject.put("salesTaxNo", invoiceData.get("xhfsbh")); |
|
|
|
jsonObject.put("salesTaxNo", invoiceData.get("xhfsbh")); |
|
|
|
jsonObject.put("salesAddressPhone", invoiceData.get("xhfdzdh")); |
|
|
|
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()); |
|
|
|
|
|
|
|
} |
|
|
|
if (FplxEnum.JDC.getFplxDm().equals(invoiceType)) { |
|
|
|
if (FplxEnum.JDC.getFplxDm().equals(invoiceType)) { |
|
|
|
if (invoiceData.get("khyh") != null && invoiceData.get("khzh") != null) { |
|
|
|
if (invoiceData.get("khyh") != null && invoiceData.get("khzh") != null) { |
|
|
|
jsonObject.put("salesBank", invoiceData.get("khyh").toString() + invoiceData.get("khzh").toString()); |
|
|
|
jsonObject.put("salesBank", invoiceData.get("khyh").toString() + invoiceData.get("khzh").toString()); |
|
|
|