Browse Source

修复手机统一认证api接口无h5字段,造成前段不显示问题

娄底高职分支
liangkun 1 year ago
parent
commit
16ad937c59
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Permission/Perm_Function/Perm_FunctionService.cs

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Permission/Perm_Function/Perm_FunctionService.cs View File

@@ -247,7 +247,7 @@ namespace Learun.Application.TwoDevelopment.Permission
t.FTId,
t.FUrl,t.FInterfaceUrl,t.FSecret,
t.FOrder,
t.FEnabled,t.FIsManagePage
t.FEnabled,t.FIsManagePage,t.FIsH5
");
strSql.Append(",b.UPUserName,b.UPPass,b.UPId ");
strSql.Append(" FROM Perm_Function t ");


Loading…
Cancel
Save