李昊 4 年 前
コミット
2a79d68cc1
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      gx_api/GxPress/Repository/GxPress.Repository.Implement/Media/MediaRepository.cs

+ 2 - 2
gx_api/GxPress/Repository/GxPress.Repository.Implement/Media/MediaRepository.cs

@@ -236,7 +236,7 @@ namespace GxPress.Repository.Implement.Media
                     str += item + ",";
                 str = str.Remove(str.Length - 1, 1);
                 var sql = $@"SELECT 
-                            Id,ImageUrls,Title,Author,MediaType,ReadCount,CreatedDate
+                            Id,Summary,ImageUrls,Title,Author,MediaType,ReadCount,CreatedDate
                         FROM
                             tede_media
                         WHERE
@@ -269,7 +269,7 @@ namespace GxPress.Repository.Implement.Media
                     str += item + ",";
                 str = str.Remove(str.Length - 1, 1);
                 var sql = $@"SELECT 
-                            Id,ImageUrls,Title,Author,MediaType,ReadCount,CreatedDate
+                            Id,Summary,ImageUrls,Title,Author,MediaType,ReadCount,CreatedDate
                         FROM
                             tede_media
                         WHERE