Bläddra i källkod

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

娄底高职分支
liangkun 1 år sedan
förälder
incheckning
16ad937c59
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 Visa fil

@@ -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 ");


Laddar…
Avbryt
Spara