Browse Source

关闭通知

shish 3 years ago
parent
commit
3c72c06936
1 changed files with 1 additions and 1 deletions
  1. 1 1
      console/controllers/CustomController.php

+ 1 - 1
console/controllers/CustomController.php

@@ -209,7 +209,7 @@ class CustomController extends Controller
                 $transaction->commit();
                 //只要手动添加的都标记为花店,任何情况都不会标记为散客
                 CustomClass::updateByCondition(['mobile' => $mobile], ['isHd' => 1]);
-                noticeUtil::push("花店 {$shopName} 手机号 {$mobile} 由批发商添加成功");
+                //noticeUtil::push("花店 {$shopName} 手机号 {$mobile} 由批发商添加成功");
             } catch (\Exception $exception) {
                 $transaction->rollBack();
                 noticeUtil::push("花店 {$shopName} 手机号 {$mobile} 添加失败,原因:" . $exception->getMessage(), '15280215347');