Administrator
2025-10-11 c3a79d24dc10551b7a7830f1d11f66e3adb1430e
src/main/resources/mapper/modules/AiMemberTalkMapper.xml
@@ -12,6 +12,7 @@
        <where>
            and a.member_id = #{record.memberUuid}
            and a.product_id = #{record.productId}
            and a.state = 1
        </where>
        order by a.CREATED_TIME desc
    </select>