KKSU
2024-01-11 ada59d11d10c4a5db3c748c1997ee4992ee54b3a
src/main/resources/mapper/modules/MallAchieveRecordMapper.xml
@@ -20,4 +20,12 @@
        where member_id = #{memberId}
    </select>
    <select id="selectListByCostAmountAndIsNorMal" resultType="cc.mrbird.febs.mall.entity.MallAchieveRecord">
        select
               *
        from mall_achieve_record
        where cost_amount > #{costAmount}
            and is_normal = #{isNormal}
    </select>
</mapper>