详情更改
This commit is contained in:
parent
7bffc57f20
commit
7675060d60
@ -825,7 +825,7 @@ class ProductRepository extends BaseRepository
|
|||||||
* @author Qinii
|
* @author Qinii
|
||||||
* @day 2020-11-24
|
* @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',
|
$with = ['attr', 'attrValue.productCdkey', 'oldAttrValue', 'merCateId.category', 'storeCategory', 'brand', 'temp', 'seckillActive',
|
||||||
'content' => function ($query) use ($conType) {
|
'content' => function ($query) use ($conType) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user