mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-31 14:28:27 +08:00
(improvement)(chat) async save time statistic and update parse info (#264)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<update id="updateParseInfo" parameterType="com.tencent.supersonic.chat.persistence.dataobject.ChatParseDO">
|
||||
update s2_chat_parse
|
||||
set parse_info = #{parseInfo}
|
||||
where parse_id = #{parseId}
|
||||
where question_id = #{questionId} and parse_id = #{parseId}
|
||||
</update>
|
||||
|
||||
<select id="getParseInfo" resultMap="ChatParse">
|
||||
|
||||
Reference in New Issue
Block a user