shish 3 年之前
父節點
當前提交
32d9a844a8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app-hd/controllers/ApplyController.php

+ 1 - 1
app-hd/controllers/ApplyController.php

@@ -109,7 +109,7 @@ class ApplyController extends BaseController
             if (stringUtil::getWordNum($shopName) > 8) {
                 util::fail('名称不能超过8个汉字');
             }
-            $arr = ['斗南鲜花', '惠雅鲜花', '纯彩花艺', '泉城鲜花'];
+            $arr = ['斗南鲜花', '惠雅鲜花', '纯彩花艺', '泉城鲜花', '杭州斗南'];
             foreach ($arr as $it) {
                 if (strstr($shopName, $it) != null) {
                     util::fail('花店名称已经存在,请换个名称');