|
|
@@ -569,7 +569,6 @@ class ProductController extends BaseController
|
|
|
}
|
|
|
$ghsInfo = GhsClass::getById($ghsId, true);
|
|
|
$level = isset($ghsInfo->giveLevel) ? $ghsInfo->giveLevel : 1;
|
|
|
- noticeUtil::push($ghsId . ' ' . $level, '15280215347');
|
|
|
$list = ProductClass::groupProductInfo([$product], $level);
|
|
|
$product = current($list);
|
|
|
util::success($product);
|