shish 2 年之前
父節點
當前提交
05ddb691d1
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app-hd/controllers/ProductController.php

+ 0 - 1
app-hd/controllers/ProductController.php

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