|
|
|
@ -465,8 +465,8 @@ public class SNPushCheckRecordService extends AbstractServiceAdapter { |
|
|
|
|
} else { |
|
|
|
|
if (StringUtils.isNoneBlank(invoiceData.get("sl").toString())) { |
|
|
|
|
taxRate = invoiceData.get("sl").toString(); |
|
|
|
|
if (!"0".equals(taxRate)) { |
|
|
|
|
taxRate = taxRate.substring(0, taxRate.length() - 1); |
|
|
|
|
if (taxRate.contains("%")) { |
|
|
|
|
taxRate = taxRate.replace("%",""); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if ("11".equals(invoiceType)) { |
|
|
|
|