正在显示
1 个修改的文件
包含
4 行增加
和
4 行删除
| @@ -931,14 +931,14 @@ class ProjectController extends BaseController | @@ -931,14 +931,14 @@ class ProjectController extends BaseController | ||
| 931 | 'id'=>'required', | 931 | 'id'=>'required', |
| 932 | 'aicc'=>'required', | 932 | 'aicc'=>'required', |
| 933 | 'hagro'=>'required', | 933 | 'hagro'=>'required', |
| 934 | - 'exclusive_aicc_day'=>'required', | ||
| 935 | - 'exclusive_hagro_day'=>'required', | 934 | +// 'exclusive_aicc_day'=>'required', |
| 935 | +// 'exclusive_hagro_day'=>'required', | ||
| 936 | ],[ | 936 | ],[ |
| 937 | 'id.required' => 'id不能为空', | 937 | 'id.required' => 'id不能为空', |
| 938 | 'aicc.required' => 'aicc是否开启不能为空', | 938 | 'aicc.required' => 'aicc是否开启不能为空', |
| 939 | 'hagro.required' => 'hagro是否开启不能为空', | 939 | 'hagro.required' => 'hagro是否开启不能为空', |
| 940 | - 'exclusive_aicc_day.required' => '服务天数不能为空', | ||
| 941 | - 'exclusive_hagro_day.required' => '服务天数不能为空', | 940 | +// 'exclusive_aicc_day.required' => '服务天数不能为空', |
| 941 | +// 'exclusive_hagro_day.required' => '服务天数不能为空', | ||
| 942 | ]); | 942 | ]); |
| 943 | $logic->saveOtherProject(); | 943 | $logic->saveOtherProject(); |
| 944 | $this->response('success'); | 944 | $this->response('success'); |
-
请 注册 或 登录 后发表评论