修复内容
This commit is contained in:
@@ -291,7 +291,8 @@ class GoodsLogic
|
||||
'give_integral_type' => $give_integral_type,
|
||||
'give_integral' => $give_integral,
|
||||
'spec_type' => $post['spec_type'],
|
||||
'create_time' => $time
|
||||
'create_time' => $time,
|
||||
'type' => $post['type']
|
||||
];
|
||||
$goods_id = Db::name('goods')->insertGetId($data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user