|
|
@ -533,6 +533,7 @@ public class BaseInvoiceManualCheckServiceImpl extends MpBaseServiceImpl<BaseTDx |
|
|
|
//发票税号一申请抵扣统计
|
|
|
|
//发票税号一申请抵扣统计
|
|
|
|
if (!gfshList1.contains(pageList.get(i).getGfTaxNo())) { |
|
|
|
if (!gfshList1.contains(pageList.get(i).getGfTaxNo())) { |
|
|
|
//该发票税号已申请抵扣统计
|
|
|
|
//该发票税号已申请抵扣统计
|
|
|
|
|
|
|
|
log.info("申请统计的购方税号为{}",pageList.get(i).getGfTaxNo()); |
|
|
|
currentTax = currentTax.subtract(pageList.get(i).getTaxAmount()); |
|
|
|
currentTax = currentTax.subtract(pageList.get(i).getTaxAmount()); |
|
|
|
hjje = hjje.subtract(pageList.get(i).getInvoiceAmount()); |
|
|
|
hjje = hjje.subtract(pageList.get(i).getInvoiceAmount()); |
|
|
|
count--; |
|
|
|
count--; |
|
|
@ -585,6 +586,7 @@ public class BaseInvoiceManualCheckServiceImpl extends MpBaseServiceImpl<BaseTDx |
|
|
|
currentTax = currentTax.subtract(collect.get(j).getTaxAmount()); |
|
|
|
currentTax = currentTax.subtract(collect.get(j).getTaxAmount()); |
|
|
|
hjje = hjje.subtract(collect.get(j).getInvoiceAmount()); |
|
|
|
hjje = hjje.subtract(collect.get(j).getInvoiceAmount()); |
|
|
|
count--; |
|
|
|
count--; |
|
|
|
|
|
|
|
log.info("申请统计的购方税号为{}",collect.get(j).getGfTaxNo()); |
|
|
|
log.info("最小排序已申请抵扣统计 count-- ==={}"+count+",currentTax==》"+currentTax+",hjje===>"+hjje); |
|
|
|
log.info("最小排序已申请抵扣统计 count-- ==={}"+count+",currentTax==》"+currentTax+",hjje===>"+hjje); |
|
|
|
|
|
|
|
|
|
|
|
continue; |
|
|
|
continue; |
|
|
|