Some checks failed
Build docker and publish / build (20.15.1) (push) Has been cancelled
同一 quantity 有两条记录时: - new_user_only=true (discount=99.64) 是新人限制标记,非实际折扣 - new_user_only=false (discount=35.36) 是实际折扣价格 原逻辑遍历到第一条即返回,导致新人拿到 99.64 而非 35.36。 修复后优先取 new_user_only=false 的条目,仅在无 false 条目时才降级到 new_user_only=true。 Co-Authored-By: claude-flow <ruv@ruv.net>