作者 赵彬吉

UPDATE

@@ -171,7 +171,7 @@ class SyncSubmitTaskService @@ -171,7 +171,7 @@ class SyncSubmitTaskService
171 LogUtils::error('询盘消息'.$id.'写入企微消息队列失败' . $e->getMessage()); 171 LogUtils::error('询盘消息'.$id.'写入企微消息队列失败' . $e->getMessage());
172 } 172 }
173 } 173 }
174 - Log::channel('inquiry')->info($task_id . '询盘完成'); 174 + Log::channel('inquiry')->info($task_id . '询盘完成' . PHP_EOL);
175 175
176 return true; 176 return true;
177 } 177 }