修改是否存在禁忌
This commit is contained in:
parent
cbbc5b4413
commit
2a6bd8dbae
@ -82,7 +82,7 @@ class InquiryService extends BaseService
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 是否存在禁忌
|
// 是否存在禁忌
|
||||||
if (!empty($request_params['is_taboo'])) {
|
if (empty($request_params['is_taboo'])) {
|
||||||
return fail(HttpEnumCode::HTTP_ERROR, "无法为您开具药物");
|
return fail(HttpEnumCode::HTTP_ERROR, "无法为您开具药物");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user