shish 2 yıl önce
ebeveyn
işleme
05ddb691d1
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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);
         $level = isset($ghsInfo->giveLevel) ? $ghsInfo->giveLevel : 1;
-        noticeUtil::push($ghsId . ' ' . $level, '15280215347');
         $list = ProductClass::groupProductInfo([$product], $level);
         $product = current($list);
         util::success($product);