mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-19 16:06:33 +08:00
LocalFlowEnvironment文件丢失,需要重写
This commit is contained in:
@@ -246,7 +246,7 @@ namespace Serein.Library
|
||||
var type = EnumHelper.GetBoundValue(ExplicitType, resultEnum, attr => attr.Value);
|
||||
if (type is Type enumBindType && !(enumBindType is null))
|
||||
{
|
||||
var value = nodeModel.Env.IOC.CreateTempObject(enumBindType);
|
||||
var value = nodeModel.Env.IOC.CreateObject(enumBindType);
|
||||
return value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user