This commit is contained in:
2023-03-27 10:58:18 +08:00
parent 806a9e02c5
commit 426988d8d3
7 changed files with 54 additions and 7 deletions
+1
View File
@@ -185,6 +185,7 @@ class DoctorInquiryService extends BaseService
if ($inquiry_type == 1) {
// 专家
$data['is_img_expert_reception'] = $is_open;
$data['is_online'] = $is_open;
} elseif ($inquiry_type == 2) {
// 快速
$data['is_img_quick_reception'] = $is_open;