|
|
@ -568,9 +568,11 @@ public class ConfirmServiceImpl extends ServiceImpl<ConfirmDao, TDxHttpLog> impl |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if("31".equals(list.get(i).getInvoiceType())){ |
|
|
|
log.info("list.get(i).getDkTaxAmount() = {}",list.get(i).getDkTaxAmount()); |
|
|
|
|
|
|
|
log.info("list.get(i).getTaxAmount() = {}",list.get(i).getTaxAmount()); |
|
|
|
|
|
|
|
if("31".equals(list.get(i).getInvoiceType()) && list.get(i).getDkTaxAmount() != null){ |
|
|
|
applyInvoice.setYxse(list.get(i).getDkTaxAmount().toString()); |
|
|
|
applyInvoice.setYxse(list.get(i).getDkTaxAmount().toString()); |
|
|
|
}else { |
|
|
|
}else if(list.get(i).getTaxAmount() != null){ |
|
|
|
applyInvoice.setYxse(list.get(i).getTaxAmount().toString()); |
|
|
|
applyInvoice.setYxse(list.get(i).getTaxAmount().toString()); |
|
|
|
} |
|
|
|
} |
|
|
|
if("4".equals(list.get(i).getRzlx()) || "6".equals(list.get(i).getRzlx())) { |
|
|
|
if("4".equals(list.get(i).getRzlx()) || "6".equals(list.get(i).getRzlx())) { |
|
|
|