diff --git a/app/Services/InquiryService.php b/app/Services/InquiryService.php index 0df5122..59f620d 100644 --- a/app/Services/InquiryService.php +++ b/app/Services/InquiryService.php @@ -1568,6 +1568,12 @@ class InquiryService extends BaseService $wait_finish_time = 60 * 60 * 24 * 3; } + // 测试使用 + $wait_pay_time = 60;// 待支付时间 + $wait_assign_time = 60;// 待分配时间 + $wait_inquiry_time = 0; // 待接诊时间 + $wait_finish_time = 0;// 待结束时间 + switch ($order_inquiry['inquiry_status']) { case '1': // 待支付