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("未找到流程模版,请联系开发"); } ///