修改获取患者服务包订单服务权益详情1
This commit is contained in:
parent
1bbfd3e6d6
commit
af63355685
@ -2789,6 +2789,10 @@ class PatientOrderService extends BaseService
|
|||||||
"finish_time",
|
"finish_time",
|
||||||
"order_service_type",
|
"order_service_type",
|
||||||
"doctor_id",
|
"doctor_id",
|
||||||
|
"order_service_status",
|
||||||
|
"family_id",
|
||||||
|
"doctor_id",
|
||||||
|
"user_id",
|
||||||
];
|
];
|
||||||
|
|
||||||
$params = array();
|
$params = array();
|
||||||
@ -2843,6 +2847,11 @@ class PatientOrderService extends BaseService
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 获取服务包当月已问诊次数
|
||||||
|
if ($order_service_package['order_service_status'] == 2){
|
||||||
|
$result['order_service_package']['month_inquiry_count'] = 1;
|
||||||
|
}
|
||||||
|
|
||||||
// 健康包数据
|
// 健康包数据
|
||||||
if ($order_service_package['order_service_type'] == 1){
|
if ($order_service_package['order_service_type'] == 1){
|
||||||
// 健康包商品数据
|
// 健康包商品数据
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user