mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Order.php
This commit is contained in:
parent
27e9452ff9
commit
0d07c27d7f
@ -121,6 +121,8 @@ class Order extends Auth
|
|||||||
'price_selling' => $goodsItem['price_selling'],
|
'price_selling' => $goodsItem['price_selling'],
|
||||||
'total_market' => $goodsItem['price_market'] * $count,
|
'total_market' => $goodsItem['price_market'] * $count,
|
||||||
'total_selling' => $goodsItem['price_selling'] * $count,
|
'total_selling' => $goodsItem['price_selling'] * $count,
|
||||||
|
// 是否参与返利
|
||||||
|
'rebate_type' => $goodsInfo['rebate_type'],
|
||||||
// 奖励金额积分
|
// 奖励金额积分
|
||||||
'reward_balance' => $goodsItem['reward_balance'] * $count,
|
'reward_balance' => $goodsItem['reward_balance'] * $count,
|
||||||
'reward_integral' => $goodsItem['reward_integral'] * $count,
|
'reward_integral' => $goodsItem['reward_integral'] * $count,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user