فهرست منبع

名称允许重复

shish 3 سال پیش
والد
کامیت
4fcd666380
1فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
  1. 0 5
      app-ghs/controllers/GhsController.php

+ 0 - 5
app-ghs/controllers/GhsController.php

@@ -34,11 +34,6 @@ class GhsController extends BaseController
         if (stringUtil::getWordNum($name) > 8) {
             util::fail('名称不能超过8个汉字');
         }
-        $has = ApplyClass::getByCondition(['name' => $name, 'style' => SjClass::STYLE_KM_SUPPLIER]);
-        if (!empty($has)) {
-            util::fail('名称已经存在');
-        }
-
         $has = ApplyClass::getByCondition(['mobile' => $mobile, 'style' => SjClass::STYLE_KM_SUPPLIER]);
         if (!empty($has)) {