Browse Source

语音话题

dev_shibei_match
yinzuomei 4 years ago
parent
commit
2fe78be879
  1. 2
      epmet-module/data-aggregator/data-aggregator-server/src/main/resources/mapper/resigroup/ResiTopicDao.xml

2
epmet-module/data-aggregator/data-aggregator-server/src/main/resources/mapper/resigroup/ResiTopicDao.xml

@ -28,7 +28,7 @@
resultType="com.epmet.dataaggre.dto.resigroup.result.UserTopicResDTO">
SELECT
rt.id as topicId,
rt.TOPIC_CONTENT as topicContent,
IFNULL(rt.TOPIC_CONTENT,'语音话题') as topicContent,
rt.SHIFT_ISSUE as shiftIssue,
IFNULL(rt.ISSUE_ID,'') AS issueId,
rt.CREATED_TIME as releaseTime

Loading…
Cancel
Save