1
This commit is contained in:
parent
42259e83cc
commit
a81210cb7f
@ -513,7 +513,9 @@ class PatientCaseService extends BaseService
|
||||
$case_fields = [];
|
||||
foreach ($request_params['fields'] as $key => $value){
|
||||
if (!in_array($key,$fields)){
|
||||
return fail(HttpEnumCode::HTTP_ERROR,"存在非法数据");
|
||||
if ($key != "order_inquiry_id"){
|
||||
return fail(HttpEnumCode::HTTP_ERROR,"存在非法数据");
|
||||
}
|
||||
}
|
||||
|
||||
$case_fields[$key] = $value;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user