调整接口

This commit is contained in:
huangdeliang 2021-08-06 18:33:35 +08:00
parent 485c7c8f36
commit fec0ad49be

View File

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