李昊 4 年 前
コミット
76d988f7a0
共有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

@@ -273,7 +273,7 @@ namespace GxPress.Repository.Implement.Collection
             var result = new PagedList<CollectionNoFolderResult>();
             var collectionContsValue = GxPress.EnumConst.AllTypeConst.Collect.GetHashCode();
             var sql = $@"SELECT 
-                            a.Id,a.UserId,a.CollectionType,a.CollectionDataId,a.SourceUserId,(select FolderName from tede_middle where id=b.ParentId) as FolderName,b.ParentId
+                            a.Id,a.UserId,a.Title,a.CollectionType,a.CollectionDataId,a.SourceUserId,(select FolderName from tede_middle where id=b.ParentId) as FolderName,b.ParentId
                         FROM
                             tede_collection a
                                 INNER JOIN