...
|
...
|
@@ -407,9 +407,9 @@ func (c *OrderInfoController) GetOrderReal() { |
|
|
"orderNum": v.PlanGoodNumber,
|
|
|
"univalence": v.Price,
|
|
|
"partnerRatio": v.PartnerBonusPercent,
|
|
|
"orderPrice": v.GoodCompute.PlanAmount,
|
|
|
"amount": v.GoodCompute.PlanAmount,
|
|
|
"quantityControl": "",
|
|
|
"priceControl": "",
|
|
|
"amountControl": "",
|
|
|
}
|
|
|
if v.GoodCompute.UseAmount >= 0 {
|
|
|
m["priceControl"] = fmt.Sprint(v.GoodCompute.UseAmount)
|
...
|
...
|
|