shish 2 vuotta sitten
vanhempi
commit
8d49b256f7
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      app-hd/controllers/ApplyController.php

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

@@ -110,6 +110,7 @@ class ApplyController extends BaseController
                 util::fail('名称不能超过8个汉字');
             }
             $arr = ['斗南鲜花', '惠雅鲜花', '纯彩花艺', '泉城鲜花', '杭州斗南', '惠雅', '国恋', '花悠星', '勇记', '丰行', '昱成', '问境'];
+
             foreach ($arr as $it) {
                 if (strstr($shopName, $it) != null) {
                     util::fail('花店名称已经存在,请换个名称');