修复生成种子菜单的bug

This commit is contained in:
轻风2016 2024-12-06 11:35:37 +08:00
parent 176fc1e735
commit cd7efa01ae

View File

@ -471,6 +471,7 @@ public class SysCodeGenService : IDynamicApiController, ITransient
ClassName = input.TableName!, // 类名称
input.ConfigId,
MenuList = menuList, // 菜单集合
PrintType = input.PrintType!
};
tResult = await _viewEngine.RunCompileAsync(tContent, seedData, builderAction: builder =>
{