diff --git a/app/Services/ImService.php b/app/Services/ImService.php
index 4e6eec0..2b1a68f 100644
--- a/app/Services/ImService.php
+++ b/app/Services/ImService.php
@@ -899,7 +899,7 @@ class ImService extends BaseService
$message_content_data = array();
$message_content_data['message_type'] = 13;
$message_content_data['title'] = "";
- $message_content_data['desc'] = "医生已赠送{$times_number}个沟通回合数,将在{$give_expiration_time}失效 ,如有需要请尽快给医生留言。";
+ $message_content_data['desc'] = "医生已赠送" . "" . $times_number . "个" . "沟通回合数,将在" . "" . $give_expiration_time . "失效 ,如有需要请尽快给医生留言。";
$message_content_data['data']['order_inquiry_id'] = (string)$order_inquiry['order_inquiry_id'];
$message_content_data['data']['order_no'] = (string)$order_inquiry['inquiry_no'];
$message_content_data['data']['times_number'] = $times_number;
diff --git a/app/Services/VideoService.php b/app/Services/VideoService.php
index dda04d4..ba77e47 100644
--- a/app/Services/VideoService.php
+++ b/app/Services/VideoService.php
@@ -104,7 +104,7 @@ class VideoService extends BaseService
Db::beginTransaction();
try {
- if (empty($video_reservation)) {
+ if (empty($order_inquiry_video_reservation)) {
// 获取用户-医生数据
$params = array();
$params['doctor_id'] = $order_inquiry['doctor_id'];