KKSU
2024-01-11 3e4f60fc7cc8636a277b179833313696f6cf5656
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>