Administrator
2025-08-28 ce8d69b7287089be58d840194086cf38d20de579
src/main/resources/mapper/modules/AiTalkItemMapper.xml
@@ -15,7 +15,7 @@
            and a.talk_id = #{record.talkId}
            <if test="record != null">
                <if test="record.talkItemId != null">
                    and a.id &lt; #{record.talkItemId}
                    and a.id != #{record.talkItemId}
                </if>
            </if>
        </where>