From fd81a6d87e5d2e33d8c6a8971dadadb197e59bae Mon Sep 17 00:00:00 2001 From: ndbs Date: Thu, 31 Aug 2023 16:06:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Permission/Perm_Function/Perm_FunctionService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Permission/Perm_Function/Perm_FunctionService.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Permission/Perm_Function/Perm_FunctionService.cs index 1055c0c6a..cd8db7245 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Permission/Perm_Function/Perm_FunctionService.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Permission/Perm_Function/Perm_FunctionService.cs @@ -247,6 +247,7 @@ namespace Learun.Application.TwoDevelopment.Permission t.FTId, t.FUrl,t.FInterfaceUrl,t.FSecret, t.FOrder, + t.FIsH5, t.FEnabled,t.FIsManagePage "); strSql.Append(",b.UPUserName,b.UPPass,b.UPId ");