|
@@ -53,7 +53,7 @@ class ProductController extends BaseController
|
|
|
//常用的itemIds
|
|
//常用的itemIds
|
|
|
$oftenItemIds = ProductClass::getOftenItemIds($shopId);
|
|
$oftenItemIds = ProductClass::getOftenItemIds($shopId);
|
|
|
//获取供应商下所有花材ID (itemIds)
|
|
//获取供应商下所有花材ID (itemIds)
|
|
|
- $itemIdsInfo = ItemService::getGhsItemIds($this->sjId);
|
|
|
|
|
|
|
+ $itemIdsInfo = ProductClass::getGhsItemIds($this->sjId);
|
|
|
|
|
|
|
|
//dd($itemInfoData);
|
|
//dd($itemInfoData);
|
|
|
//组装数据: [{classId:'','className:'',child:[{itemInfoData}]}]
|
|
//组装数据: [{classId:'','className:'',child:[{itemInfoData}]}]
|
|
@@ -154,7 +154,7 @@ class ProductController extends BaseController
|
|
|
//常用的itemIds
|
|
//常用的itemIds
|
|
|
$oftenItemIds = ProductClass::getOftenItemIds($shopId);
|
|
$oftenItemIds = ProductClass::getOftenItemIds($shopId);
|
|
|
//获取供应商下所有花材ID (itemIds)
|
|
//获取供应商下所有花材ID (itemIds)
|
|
|
- $itemIdsInfo = ItemService::getGhsItemIds($sjId);
|
|
|
|
|
|
|
+ $itemIdsInfo = ProductClass::getGhsItemIds($sjId);
|
|
|
|
|
|
|
|
//dd($itemInfoData);
|
|
//dd($itemInfoData);
|
|
|
//组装数据: [{classId:'','className:'',child:[{itemInfoData}]}]
|
|
//组装数据: [{classId:'','className:'',child:[{itemInfoData}]}]
|