shish 2 lat temu
rodzic
commit
f9be7b13d1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      console/controllers/CustomController.php

+ 1 - 1
console/controllers/CustomController.php

@@ -329,7 +329,7 @@ class CustomController extends Controller
                     }
                     $has = ApplyClass::getByCondition(['mobile' => $mobile]);
                     if (!empty($has)) {
-                        //noticeUtil::push("花店 {$shopName} 手机号 {$mobile} 添加失败,手机号已经存在了哦", '15280215347');
+                        noticeUtil::push("花店 {$shopName} 手机号 {$mobile} 添加失败,在申请列表,手机号已经存在了哦", '15280215347');
                         $transaction->rollBack();
                         continue;
                     }