From ca22002ca752abb2f9d3bea291b493ba3df086d1 Mon Sep 17 00:00:00 2001 From: sa0ChunLuyu Date: Fri, 24 Jul 2026 18:32:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Laravel/app/Services/Admin/YeWu/PlanListService.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Laravel/app/Services/Admin/YeWu/PlanListService.php b/Laravel/app/Services/Admin/YeWu/PlanListService.php index c9f2a0c..e576c66 100644 --- a/Laravel/app/Services/Admin/YeWu/PlanListService.php +++ b/Laravel/app/Services/Admin/YeWu/PlanListService.php @@ -1324,6 +1324,14 @@ private function releaseSourceFallback($mainInfo) */ private function notifyHisAfterYuYue($oldMainInfos, $planInfo) { + // 仅内网正式环境(192.168.80.76)执行 HIS 回写 + if (request()->getHost() !== '192.168.80.76') { + Log::info('HIS 回写跳过:当前环境非内网正式环境', [ + 'host' => request()->getHost() + ]); + return; + } + // 1. 获取 execDeptCode / execDeptName(本地数据库) $execDeptCode = ''; $execDeptName = '';