Administrator
2025-10-23 ca5d751375dc73203fc542fc7c548f97910c43eb
src/main/resources/mapper/modules/AiMemberAnswerMapper.xml
@@ -39,7 +39,6 @@
        where a.member_id = #{record.memberUuid}
          and a.state = 1
          and a.company_id = #{record.companyId}
        group by a.product_id
        order by a.CREATED_TIME desc
    </select>
</mapper>