@ -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%");
}