|
|
|
@ -363,7 +363,7 @@ public class SNPushCheckRecordService extends AbstractServiceAdapter { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
jsonObject.put("amountTaxCN", ""); |
|
|
|
|
jsonObject.put("buyerIDNum", invoiceData.get("mfdwdmsfzh")); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
jsonObject.put("checkCode", invoiceData.get("jym")); |
|
|
|
|
if ("N".equals(invoiceData.get("zfbz"))) { |
|
|
|
@ -409,7 +409,13 @@ public class SNPushCheckRecordService extends AbstractServiceAdapter { |
|
|
|
|
log.info("零税率标识为:{}", invoiceData.get("lslbs")); |
|
|
|
|
jsonObject.put("source", ""); |
|
|
|
|
jsonObject.put("idcardNo", invoiceData.get("sfzh")); |
|
|
|
|
jsonObject.put("buyerIDNum", invoiceData.get("sfzh")); |
|
|
|
|
|
|
|
|
|
if("15".equals(invoiceData.get("fpzl"))){ |
|
|
|
|
jsonObject.put("buyerIDNum", invoiceData.get("mfdwdmsfzh")); |
|
|
|
|
}else{ |
|
|
|
|
jsonObject.put("buyerIDNum", invoiceData.get("sfzh")); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
jsonObject.put("vehicleType", invoiceData.get("cllx")); |
|
|
|
|
jsonObject.put("factoryModel", invoiceData.get("cpxh")); |
|
|
|
|
jsonObject.put("productPlace", invoiceData.get("cd")); |
|
|
|
|