From 080d73694200c6c6e63b26fb21e125d927b026ca Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Thu, 28 Aug 2025 09:55:53 +0800
Subject: [PATCH] refactor(ai): 用 FebsException 替代 RuntimeException

---
 src/main/resources/mapper/modules/AiMemberTalkItemMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/modules/AiMemberTalkItemMapper.xml b/src/main/resources/mapper/modules/AiMemberTalkItemMapper.xml
index 7af5528..097df18 100644
--- a/src/main/resources/mapper/modules/AiMemberTalkItemMapper.xml
+++ b/src/main/resources/mapper/modules/AiMemberTalkItemMapper.xml
@@ -13,6 +13,7 @@
         <where>
             and a.member_id = #{record.memberUuid}
             and a.member_talk_id = #{record.memberTalkId}
+            and a.id != #{record.memberTalkItemId}
         </where>
         order by a.CREATED_TIME desc
     </select>

--
Gitblit v1.9.1