Update ShopGoods.php

This commit is contained in:
邹景立 2021-02-23 15:19:26 +08:00
parent 3eda894673
commit f7ee73e046

View File

@ -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'],