diff --git a/src/main/java/com/gszc/service/impl/InvoiceServiceImpl.java b/src/main/java/com/gszc/service/impl/InvoiceServiceImpl.java index 9b8013d..e07358d 100644 --- a/src/main/java/com/gszc/service/impl/InvoiceServiceImpl.java +++ b/src/main/java/com/gszc/service/impl/InvoiceServiceImpl.java @@ -65,6 +65,10 @@ public class InvoiceServiceImpl extends ServiceImpl impl Custom custom = customMapper.selectById(customId); try { + String companyType; + String invoiceType; + String taxType; + JSONObject jsonObject = countService.VATCount("4", "1", ""+custom.getRegisterType(), money.doubleValue()); BigDecimal money1 = jsonObject.getBigDecimal("money"); invoice.setTaxMoney(money1.toString());