|
|
@ -502,7 +502,7 @@ public class BaseInvoiceManualCheckServiceImpl extends MpBaseServiceImpl<BaseTDx |
|
|
|
} |
|
|
|
} |
|
|
|
currentTax = currentTax.add(pageList.get(i).getTaxAmount()); |
|
|
|
currentTax = currentTax.add(pageList.get(i).getTaxAmount()); |
|
|
|
hjje = hjje.add(pageList.get(i).getInvoiceAmount()); |
|
|
|
hjje = hjje.add(pageList.get(i).getInvoiceAmount()); |
|
|
|
log.info("maxTax====>"+maxTax+",currentTax====>"+currentTax); |
|
|
|
log.info("maxTax====>"+maxTax+",currentTax====>"+currentTax+",taxAmount===>"+pageList.get(i).getTaxAmount()); |
|
|
|
|
|
|
|
|
|
|
|
if (maxTax.compareTo(currentTax) >0){ |
|
|
|
if (maxTax.compareTo(currentTax) >0){ |
|
|
|
count++; |
|
|
|
count++; |
|
|
|