From 93a89c902b18fafb111c8c596341cd0de9c9fb11 Mon Sep 17 00:00:00 2001 From: ky <592468495@qq.com> Date: Sun, 10 May 2020 19:07:09 +0800 Subject: [PATCH] p --- src/main/java/com/gszc/service/impl/InvoiceServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/gszc/service/impl/InvoiceServiceImpl.java b/src/main/java/com/gszc/service/impl/InvoiceServiceImpl.java index e07358d..0941a2b 100644 --- a/src/main/java/com/gszc/service/impl/InvoiceServiceImpl.java +++ b/src/main/java/com/gszc/service/impl/InvoiceServiceImpl.java @@ -69,7 +69,7 @@ public class InvoiceServiceImpl extends ServiceImpl impl String invoiceType; String taxType; - JSONObject jsonObject = countService.VATCount("4", "1", ""+custom.getRegisterType(), money.doubleValue()); + JSONObject jsonObject = countService.VATCount("4", "1", "1", money.doubleValue()); BigDecimal money1 = jsonObject.getBigDecimal("money"); invoice.setTaxMoney(money1.toString()); } catch (Exception e) {