leiy 1 年之前
父节点
当前提交
5fda6451c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OASystem/OASystem.Infrastructure/Repositories/Groups/InvertedListRepository.cs

+ 1 - 1
OASystem/OASystem.Infrastructure/Repositories/Groups/InvertedListRepository.cs

@@ -85,8 +85,8 @@ namespace OASystem.Infrastructure.Repositories.Groups
 
             if (info == null) {
 
-                info.IsQuery = true;
                 info = new InvertedListInfoView();
+                info.IsQuery = true;
 
                 var groupInfo = await _sqlSugar.Queryable<Grp_DelegationInfo>().Where(it => it.IsDel == 0 && it.Id == diId).FirstAsync();
                 if (groupInfo == null)