2
This commit is contained in:
parent
cbbe8103ff
commit
70b0e780c4
@ -2735,10 +2735,10 @@ class UserDoctorService extends BaseService
|
|||||||
/**
|
/**
|
||||||
* 获取医生是否可处方图标展示状态
|
* 获取医生是否可处方图标展示状态
|
||||||
* @param string $doctor_id 医生id
|
* @param string $doctor_id 医生id
|
||||||
* @param array $doctor_inquiry_configs 医生问诊配置
|
* @param array|object $doctor_inquiry_configs 医生问诊配置
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
public function getDoctorMultiPointEnable(string $doctor_id = "",array $doctor_inquiry_configs = []): int
|
public function getDoctorMultiPointEnable(string $doctor_id = "",array|object $doctor_inquiry_configs = []): int
|
||||||
{
|
{
|
||||||
$multi_point_enable = 0; // 是否开启问诊购药
|
$multi_point_enable = 0; // 是否开启问诊购药
|
||||||
if (!empty($doctor_inquiry_configs)){
|
if (!empty($doctor_inquiry_configs)){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user