diff --git a/app/Services/InquiryService.php b/app/Services/InquiryService.php index e22ab0e..3a8923f 100644 --- a/app/Services/InquiryService.php +++ b/app/Services/InquiryService.php @@ -1688,6 +1688,7 @@ class InquiryService extends BaseService $inquiry_status_params = [5]; // 问诊订单状态(1:待支付 2:待分配 3:待接诊 4:已接诊 5:已完成 6:已结束 7:已取消) + $inquiry_type_not_params = []; if ($is_platform_deep_cooperation) { $inquiry_type_not_params = [2, 4]; }