Administrator
2025-10-23 94fc7ca4545780648dfc1ce69a9ec1d332ebcbe9
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>