|
|
@ -555,7 +555,7 @@ |
|
|
|
|
|
|
|
<!-- 查询 话题、通知、活动最近10条数据 --> |
|
|
|
<select id="selectLatestTen" resultType="com.epmet.resi.group.dto.topic.result.LatestTenResultDTO"> |
|
|
|
SELECT id,userId,releaseTime,content,status,issueId,contentType,firstPhoto,isChange FROM |
|
|
|
SELECT id,userId,releaseTime,content,status,issueId,contentType,firstPhoto,isChanged FROM |
|
|
|
((SELECT |
|
|
|
t.ID, |
|
|
|
t.CREATED_BY AS userId, |
|
|
|