详情更改

This commit is contained in:
liu 2024-03-20 11:40:42 +08:00
parent 7bffc57f20
commit 7675060d60

View File

@ -825,7 +825,7 @@ class ProductRepository extends BaseRepository
* @author Qinii
* @day 2020-11-24
*/
public function getAdminOneProduct(int $id, ?int $activeId, $conType = 0)
public function getAdminOneProduct(int $id, ?int $activeId, $conType = 1)
{
$with = ['attr', 'attrValue.productCdkey', 'oldAttrValue', 'merCateId.category', 'storeCategory', 'brand', 'temp', 'seckillActive',
'content' => function ($query) use ($conType) {