Administrator
2025-10-23 94fc7ca4545780648dfc1ce69a9ec1d332ebcbe9
src/main/resources/mapper/modules/AiTalkItemMapper.xml
@@ -5,7 +5,7 @@
    <select id="getPageListByQuery" resultType="cc.mrbird.febs.ai.res.talk.ApiTalkItemPageVo">
        select
        a.ID as talkItemId,
        a.member_talk_id as talkId,
        a.talk_id as talkId,
        a.type as type,
        a.context as context,
        a.CREATED_TIME as createdTime