1.1.60 本合同下的本次开具发票比例校验。

dev
yinq 1 month ago
parent 787897ebf0
commit 8c22a8d27f

@ -273,7 +273,7 @@ public class ErpFinInvoiceInfoServiceImpl extends AbstractWorkflowService<ErpFin
.reduce(ZERO, BigDecimal::add)
.add(currentPercentage);
if (totalPercentage.compareTo(ONE_HUNDRED) > 0) {
throw new ServiceException("同一合同本次开具发票比例之和不能超过100%");
throw new ServiceException("本合同下的本次开具发票比例之和不能超过100%");
}
}

Loading…
Cancel
Save