|
...
|
...
|
@@ -961,14 +961,10 @@ class ProjectController extends BaseController |
|
|
|
'id'=>'required',
|
|
|
|
'aicc'=>'required',
|
|
|
|
'hagro'=>'required',
|
|
|
|
// 'exclusive_aicc_day'=>'required',
|
|
|
|
// 'exclusive_hagro_day'=>'required',
|
|
|
|
],[
|
|
|
|
'id.required' => 'id不能为空',
|
|
|
|
'aicc.required' => 'aicc是否开启不能为空',
|
|
|
|
'hagro.required' => 'hagro是否开启不能为空',
|
|
|
|
// 'exclusive_aicc_day.required' => '服务天数不能为空',
|
|
|
|
// 'exclusive_hagro_day.required' => '服务天数不能为空',
|
|
|
|
]);
|
|
|
|
$logic->saveOtherProject();
|
|
|
|
$this->response('success');
|
...
|
...
|
|