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)