|
|
@@ -170,8 +170,8 @@ class CustomController extends Controller
|
|
|
$transaction->rollBack();
|
|
|
continue;
|
|
|
}
|
|
|
- if (stringUtil::getWordNum($shopName) > 8) {
|
|
|
- noticeUtil::push("花店 {$shopName} 手机号 {$mobile} 添加失败,名称超过了8个汉字", '15280215347');
|
|
|
+ if (stringUtil::getWordNum($shopName) > 12) {
|
|
|
+ noticeUtil::push("花店 {$shopName} 手机号 {$mobile} 添加失败,名称超过了12个汉字", '15280215347');
|
|
|
$transaction->rollBack();
|
|
|
continue;
|
|
|
}
|