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>