소스 검색

Merge branch '20250306_jobrecuiting_fr'

15313670163 15 시간 전
부모
커밋
42e543220d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/Controller/NewsController.php

+ 2 - 2
app/Controller/NewsController.php

@@ -1355,7 +1355,7 @@ class NewsController extends AbstractController
             'business_name' => 'required',
             'company_hy_id' => 'required',
             'company_size' => 'required',
-            'company_nature' => 'required',
+            // 'company_nature' =>'required',
             'introduction' => 'required',
             'real_name' => 'required',
             // 将联系电话的验证规则修改为最少十一位整数
@@ -1368,7 +1368,7 @@ class NewsController extends AbstractController
             'business_name.required' => '公司名称不能为空',
             'company_hy_id.required' => '所属行业不能为空',
             'company_size.required' => '公司规模不能为空',
-            'company_nature.required' => '公司性质不能为空',
+            // 'company_nature.required' => '公司性质不能为空',
             'introduction.required' => '公司简介不能为空',
             'real_name.required' => '联系人不能为空',
             'mobile.required' => '联系电话不能为空',