|
@@ -395,7 +395,6 @@ class ProductRepository extends BaseRepository
|
|
|
$activity_id = $res['seckillActive']['seckill_active_id'] ?? 0;
|
|
|
app()->make(SpuRepository::class)->changRank($activity_id, $id, $res['product_type'], $data);
|
|
|
unset($data['star']);
|
|
|
- var_dump($data);exit();
|
|
|
return $this->dao->update($id, $data);
|
|
|
});
|
|
|
}
|