Преглед изворни кода

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

娄底高职分支
liangkun пре 1 година
родитељ
комит
16ad937c59
1 измењених фајлова са 1 додато и 1 уклоњено
  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 Прегледај датотеку

@@ -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…
Откажи
Сачувај