|
@@ -961,14 +961,10 @@ class ProjectController extends BaseController |
|
@@ -961,14 +961,10 @@ class ProjectController extends BaseController |
|
961
|
'id'=>'required',
|
961
|
'id'=>'required',
|
|
962
|
'aicc'=>'required',
|
962
|
'aicc'=>'required',
|
|
963
|
'hagro'=>'required',
|
963
|
'hagro'=>'required',
|
|
964
|
-// 'exclusive_aicc_day'=>'required',
|
|
|
|
965
|
-// 'exclusive_hagro_day'=>'required',
|
|
|
|
966
|
],[
|
964
|
],[
|
|
967
|
'id.required' => 'id不能为空',
|
965
|
'id.required' => 'id不能为空',
|
|
968
|
'aicc.required' => 'aicc是否开启不能为空',
|
966
|
'aicc.required' => 'aicc是否开启不能为空',
|
|
969
|
'hagro.required' => 'hagro是否开启不能为空',
|
967
|
'hagro.required' => 'hagro是否开启不能为空',
|
|
970
|
-// 'exclusive_aicc_day.required' => '服务天数不能为空',
|
|
|
|
971
|
-// 'exclusive_hagro_day.required' => '服务天数不能为空',
|
|
|
|
972
|
]);
|
968
|
]);
|
|
973
|
$logic->saveOtherProject();
|
969
|
$logic->saveOtherProject();
|
|
974
|
$this->response('success');
|
970
|
$this->response('success');
|