Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -172,7 +172,7 @@ export struct SearchResultContentComponent{ | @@ -172,7 +172,7 @@ export struct SearchResultContentComponent{ | ||
| 172 | relId: value.data.relId, | 172 | relId: value.data.relId, |
| 173 | relType: value.data.relType, | 173 | relType: value.data.relType, |
| 174 | newsTitle: value.data.titleLiteral, | 174 | newsTitle: value.data.titleLiteral, |
| 175 | - publishTime: value.data.publishTime, | 175 | + publishTime: StringUtils.isNotEmpty(value.data.firstPublishTime)?value.data.firstPublishTime:value.data.publishTime, |
| 176 | visitorComment: -1, | 176 | visitorComment: -1, |
| 177 | fullColumnImgUrls: photos, | 177 | fullColumnImgUrls: photos, |
| 178 | newsSummary: "", | 178 | newsSummary: "", |
-
Please register or login to post a comment