mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-24 20:18:11 +00:00
update
This commit is contained in:
parent
00e443e361
commit
a01bf0807a
@ -279,7 +279,7 @@ class ExportServices extends BaseServices
|
|||||||
if (isset($where['cate_id']) && $where['cate_id']) {
|
if (isset($where['cate_id']) && $where['cate_id']) {
|
||||||
/** @var StoreCategoryServices $storeCategory */
|
/** @var StoreCategoryServices $storeCategory */
|
||||||
$storeCategory = app()->make(StoreCategoryServices::class);
|
$storeCategory = app()->make(StoreCategoryServices::class);
|
||||||
$cateIds = $storeCategory->getColumn(['pid' => $where['cate_id']], 'id');
|
$cateIds = $storeCategory->getColumn(['pid' => (int)$where['cate_id']], 'id');
|
||||||
}
|
}
|
||||||
if ($cateIds) {
|
if ($cateIds) {
|
||||||
$cateIds[] = $where['cate_id'];
|
$cateIds[] = $where['cate_id'];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user