From ba12588bcdb73a12d25cf8a9d5b19a4334318d41 Mon Sep 17 00:00:00 2001 From: xiaolipro <2357729423@qq.com> Date: Sat, 26 Jul 2025 10:13:35 +0800 Subject: [PATCH] =?UTF-8?q?optimize=EF=BC=9Afriendly=20reminder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Services/InterfaceForwardCommon.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InterfaceForward.Application/Services/InterfaceForwardCommon.cs b/src/InterfaceForward.Application/Services/InterfaceForwardCommon.cs index a55973c..3588790 100644 --- a/src/InterfaceForward.Application/Services/InterfaceForwardCommon.cs +++ b/src/InterfaceForward.Application/Services/InterfaceForwardCommon.cs @@ -142,7 +142,7 @@ public class InterfaceForwardCommon( public IForwardFlow GetForwardFlow(string flowCode) { return serviceProvider.GetServices() - .FirstOrDefault(x => x.GetType().Name == flowCode)?? throw new BusinessException(""); + .FirstOrDefault(x => x.GetType().Name == flowCode)?? throw new BusinessException("未找到流程模版,请联系开发"); } ///