|
|
@ -1059,7 +1059,7 @@ public class SDNYMainProcessController extends AbstractController { |
|
|
|
checkInvoice.put("salesTaxNo", checkInvoice.get("xfTaxNo")); |
|
|
|
checkInvoice.put("salesTaxNo", checkInvoice.get("xfTaxNo")); |
|
|
|
checkInvoice.put("salesAddressPhone", checkInvoice.get("xfAddressAndPhone")); |
|
|
|
checkInvoice.put("salesAddressPhone", checkInvoice.get("xfAddressAndPhone")); |
|
|
|
checkInvoice.put("salesBank", checkInvoice.get("xfBankAndNo")); |
|
|
|
checkInvoice.put("salesBank", checkInvoice.get("xfBankAndNo")); |
|
|
|
log.info(" sellerPhone={}",checkInvoice.getString("salesBank")); |
|
|
|
log.info(" salesBank={}",checkInvoice.getString("salesBank")); |
|
|
|
String xfAddressAndPhone = checkInvoice.getString("xfAddressAndPhone"); |
|
|
|
String xfAddressAndPhone = checkInvoice.getString("xfAddressAndPhone"); |
|
|
|
log.info("xfAddressAndPhone={}",xfAddressAndPhone); |
|
|
|
log.info("xfAddressAndPhone={}",xfAddressAndPhone); |
|
|
|
if (StringUtils.isNotBlank(xfAddressAndPhone)){ |
|
|
|
if (StringUtils.isNotBlank(xfAddressAndPhone)){ |
|
|
@ -1084,7 +1084,7 @@ public class SDNYMainProcessController extends AbstractController { |
|
|
|
checkInvoice.put("state", "0"); |
|
|
|
checkInvoice.put("state", "0"); |
|
|
|
} |
|
|
|
} |
|
|
|
//机动车添加税率
|
|
|
|
//机动车添加税率
|
|
|
|
if (vehicleList != null && vehicleList.get("taxRate") != null) { |
|
|
|
if (vehicleList != null && StringUtils.isNotBlank(vehicleList.getString("taxRate"))) { |
|
|
|
String taxRate = vehicleList.getString("taxRate"); |
|
|
|
String taxRate = vehicleList.getString("taxRate"); |
|
|
|
BigDecimal tax = new BigDecimal(taxRate); |
|
|
|
BigDecimal tax = new BigDecimal(taxRate); |
|
|
|
BigDecimal rate = tax.divide(new BigDecimal(100)); |
|
|
|
BigDecimal rate = tax.divide(new BigDecimal(100)); |
|
|
|