KKSU
2024-07-30 c1af5cf94920702b6aa962881365116542e88ab0
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>