nc推送税额赋值修改;
This commit is contained in:
+1
-1
@@ -728,7 +728,7 @@ public class ReconciliationImpl extends ServiceImpl<ReconciliationMapper, Reconc
|
|||||||
BigDecimal tax_de=item1.getTaxAmount();
|
BigDecimal tax_de=item1.getTaxAmount();
|
||||||
BigDecimal notax_de=item1.getTaxFreeFee();
|
BigDecimal notax_de=item1.getTaxFreeFee();
|
||||||
item.setNotax_de(String.valueOf(notax_de));
|
item.setNotax_de(String.valueOf(notax_de));
|
||||||
item.setLocal_tax_de(String.valueOf(notax_de));
|
item.setLocal_tax_de(String.valueOf(tax_de));
|
||||||
item.setTax_de(String.valueOf(tax_de));
|
item.setTax_de(String.valueOf(tax_de));
|
||||||
item.setPrice(String.valueOf(item1.getInvoiceValue()));
|
item.setPrice(String.valueOf(item1.getInvoiceValue()));
|
||||||
item.setTaxprice(String.valueOf(item1.getInvoiceValue()));
|
item.setTaxprice(String.valueOf(item1.getInvoiceValue()));
|
||||||
|
|||||||
Reference in New Issue
Block a user