|
@@ -318,7 +318,7 @@ class Goodup
|
|
|
if (empty($data)) return error_show(1005, '查询不到该记录');
|
|
|
|
|
|
|
|
|
- $good_data = Db::name("good")
|
|
|
+ $good_data = Db::name("good_basic")
|
|
|
->withoutField('createrid,creater,is_del,addtime,updatetime')
|
|
|
->where(["is_del" => 0, "spuCode" => $data['spuCode']])
|
|
|
->find();
|