ky 6 years ago
parent 98de85082f
commit 93a89c902b

@ -69,7 +69,7 @@ public class InvoiceServiceImpl extends ServiceImpl<InvoiceMapper, Invoice> 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) {

Loading…
Cancel
Save