正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -293,6 +293,7 @@ class SyncSubmitTaskService | @@ -293,6 +293,7 @@ class SyncSubmitTaskService | ||
| 293 | $name = empty($data['data']['name']) ? '' : ' ' . $data['data']['name']; | 293 | $name = empty($data['data']['name']) ? '' : ' ' . $data['data']['name']; |
| 294 | MessagePush::addInquiryMessage($id, $data['project_id'], $data['country'], $name, $data['submit_at']); | 294 | MessagePush::addInquiryMessage($id, $data['project_id'], $data['country'], $name, $data['submit_at']); |
| 295 | }catch (\Exception $e){ | 295 | }catch (\Exception $e){ |
| 296 | + Cache::decrement($ip_cache_key); | ||
| 296 | Log::channel('inquiry')->info($task_id . '询盘失败', [$e->getMessage(), $e->getFile(), $e->getLine()]); | 297 | Log::channel('inquiry')->info($task_id . '询盘失败', [$e->getMessage(), $e->getFile(), $e->getLine()]); |
| 297 | LogUtils::error('询盘消息'.$id.'写入企微消息队列失败' . $e->getMessage()); | 298 | LogUtils::error('询盘消息'.$id.'写入企微消息队列失败' . $e->getMessage()); |
| 298 | } | 299 | } |
-
请 注册 或 登录 后发表评论