Administrator
2025-10-21 bb15f16cbf950c4a8cfd9fb8a39474236f19d9f0
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>