|
|
|
@ -203,6 +203,9 @@ class PlanController extends Controller
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if($type==1){
|
|
|
|
if($type==1){
|
|
|
|
if(empty($info['checkup_type_id'])) return \Yz::echoError1('体检类型不能为空');
|
|
|
|
if(empty($info['checkup_type_id'])) return \Yz::echoError1('体检类型不能为空');
|
|
|
|
|
|
|
|
if(empty($info['is_vip'])) return \Yz::echoError1('是否vip不能为空');
|
|
|
|
|
|
|
|
if(empty($info['use_type'])) return \Yz::echoError1('团检/个检不能为空');
|
|
|
|
|
|
|
|
if(empty($info['sex'])) return \Yz::echoError1('性别不能为空');
|
|
|
|
$data=[
|
|
|
|
$data=[
|
|
|
|
'is_vip'=>$info['is_vip'],
|
|
|
|
'is_vip'=>$info['is_vip'],
|
|
|
|
'use_type'=>$info['use_type'],
|
|
|
|
'use_type'=>$info['use_type'],
|
|
|
|
|