调整接口
This commit is contained in:
parent
485c7c8f36
commit
fec0ad49be
@ -140,7 +140,7 @@
|
||||
|
||||
<select id="selectSysServicesTopicSessionByTopicId" resultMap="SysServicesTopicSessionResult"
|
||||
parameterType="String">
|
||||
select topic_id, uid, 'customer' as role, content, img, create_time from sys_services_topic where topic_id = #{topicId}
|
||||
select topic_id, uid, 'customer' as role, topic_type, content, img, create_time from sys_services_topic where topic_id = #{topicId}
|
||||
</select>
|
||||
|
||||
<select id="selectServicesTopicCommentByTopicId" resultMap="ServicesTopicCommentResult">
|
||||
|
Loading…
x
Reference in New Issue
Block a user