新增接诊时间

This commit is contained in:
2023-03-27 09:28:30 +08:00
parent afc04c4026
commit 806a9e02c5
3 changed files with 60 additions and 5 deletions
+1 -1
View File
@@ -601,7 +601,6 @@ class InquiryService extends BaseService
return fail();
}
$times_number = 0; // 沟通次数
$duration = 0; // 沟通时长
$follow = false; // 关注状态
@@ -648,6 +647,7 @@ class InquiryService extends BaseService
$result['duration'] = $duration;
$result['follow'] = $follow;
$result['is_evaluation'] = $is_evaluation;
$result['reception_time'] = $order_inquiry['reception_time'] ?? ""; // 接诊时间
return success($result);
}