|
...
|
...
|
@@ -366,7 +366,7 @@ class TranslateController extends BaseController |
|
|
|
$count = 0;
|
|
|
|
} else {
|
|
|
|
$cateRelateModel = new CategoryRelated();
|
|
|
|
$count = $cateRelateModel->whereIn('cateid', $ids)->distinct('product_id')->count();
|
|
|
|
$count = $cateRelateModel->whereIn('cate_id', $ids)->distinct('product_id')->count();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$this->pageSixList($data,$count,$v,1,15);
|
...
|
...
|
|