Administrator
2 days ago e7712e6cc0e991e10851b913f0434f97dc06ccae
src/main/resources/mapper/modules/AiMemberAnswerMapper.xml
@@ -15,6 +15,7 @@
        left join ai_product b on a.product_id = b.id and b.state = 1
        <where>
            and a.member_id = #{record.memberUuid}
            and b.state = 1
            <if test="record != null">
                <if test="record.state != null">
                    and a.state = #{record.state}