mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update ShopGoods.php
This commit is contained in:
parent
3eda894673
commit
f7ee73e046
@ -181,8 +181,8 @@ class ShopGoods extends Controller
|
||||
'price_selling' => $item['selling'],
|
||||
'number_virtual' => $item['virtual'],
|
||||
'number_express' => $item['express'],
|
||||
'balance' => $item['balance'],
|
||||
'integral' => $item['integral'],
|
||||
'reward_balance' => $item['balance'],
|
||||
'reward_integral' => $item['integral'],
|
||||
'status' => $item['status'] ? 1 : 0,
|
||||
], 'goods_spec', [
|
||||
'goods_code' => $data['code'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user