|
@@ -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
|