Commit 717a5524 by Carwyn

1. 礼品卡溢出时转换为 type 2 + 4

parent 619b957f
......@@ -212,7 +212,7 @@
<channel type="string" notzero="orderInfo/discountOrderProducts/platformDiscountPrice" okey="partnerName"/>
</promotion>
<promotion type="array" notzero="orderInfo/totalMerchantDiscount" iszero="orderInfo/voucherType" okey="orderInfo/discountOrderProducts">
<type type="int" notzero="orderInfo/discountOrderProducts/merchantDiscountPrice">1</type>
<type type="int" notzero="orderInfo/discountOrderProducts/merchantDiscountPrice">4</type>
<!-- buyOrPromote: 0 买的商品; 1 活动商品 -->
<type type="int" notzero="orderInfo/discountOrderProducts/merchantDiscountPrice" iszero="orderInfo/discountOrderProducts/buyOrPromote">5</type>
<type type="int" notzero="orderInfo/discountOrderProducts/merchantDiscountPrice" iszero="(%orderInfo/discountOrderProducts/buyOrPromote%-1)">1</type>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment