|
|
|
@ -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) {
|
|
|
|
|