李昊 4 년 전
부모
커밋
315eb32d54
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gx_api/GxPress/Repository/GxPress.Repository.Implement/Collection/CollectionRepository.cs

+ 1 - 1
gx_api/GxPress/Repository/GxPress.Repository.Implement/Collection/CollectionRepository.cs

@@ -303,7 +303,7 @@ namespace GxPress.Repository.Implement.Collection
                         result.FolderId = middle != null ? middle.ParentId : 0;
                         return result;
                     },
-                    splitOn: "ParentId");
+                    splitOn: "Id");
             sql = $@"SELECT 
                            count(1)
                         FROM