From 8c22a8d27fe9ef0e6bbb4ceacc52656a752146a0 Mon Sep 17 00:00:00 2001 From: yinq Date: Fri, 5 Jun 2026 11:25:36 +0800 Subject: [PATCH] =?UTF-8?q?1.1.60=20=E6=9C=AC=E5=90=88=E5=90=8C=E4=B8=8B?= =?UTF-8?q?=E7=9A=84=E6=9C=AC=E6=AC=A1=E5=BC=80=E5=85=B7=E5=8F=91=E7=A5=A8?= =?UTF-8?q?=E6=AF=94=E4=BE=8B=E6=A0=A1=E9=AA=8C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oa/erp/service/impl/ErpFinInvoiceInfoServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-modules/ruoyi-oa/src/main/java/org/dromara/oa/erp/service/impl/ErpFinInvoiceInfoServiceImpl.java b/ruoyi-modules/ruoyi-oa/src/main/java/org/dromara/oa/erp/service/impl/ErpFinInvoiceInfoServiceImpl.java index 5746165b..653642a9 100644 --- a/ruoyi-modules/ruoyi-oa/src/main/java/org/dromara/oa/erp/service/impl/ErpFinInvoiceInfoServiceImpl.java +++ b/ruoyi-modules/ruoyi-oa/src/main/java/org/dromara/oa/erp/service/impl/ErpFinInvoiceInfoServiceImpl.java @@ -273,7 +273,7 @@ public class ErpFinInvoiceInfoServiceImpl extends AbstractWorkflowService 0) { - throw new ServiceException("同一合同本次开具发票比例之和不能超过100%"); + throw new ServiceException("本合同下的本次开具发票比例之和不能超过100%"); } }