mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-02 15:50:47 +08:00
LocalFlowEnvironment文件丢失,需要重写
This commit is contained in:
@@ -145,7 +145,7 @@ namespace Serein.Library.Web
|
||||
return false; // 没有对应的处理配置
|
||||
}
|
||||
|
||||
ControllerBase controllerInstance = (ControllerBase)SereinIOC.CreateTempObject(controllerType);
|
||||
ControllerBase controllerInstance = (ControllerBase)SereinIOC.CreateObject(controllerType);
|
||||
|
||||
if (controllerInstance is null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user