From bec8c43a3d07b80912050565384f3cf9e59e85f1 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期一, 19 一月 2026 18:31:15 +0800
Subject: [PATCH] 1

---
 WebAPI/Controllers/SCGL/Sc_MESTransFerWorkBillController.cs |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Controllers/SCGL/Sc_MESTransFerWorkBillController.cs b/WebAPI/Controllers/SCGL/Sc_MESTransFerWorkBillController.cs
index d70ad5d..9631de6 100644
--- a/WebAPI/Controllers/SCGL/Sc_MESTransFerWorkBillController.cs
+++ b/WebAPI/Controllers/SCGL/Sc_MESTransFerWorkBillController.cs
@@ -13,8 +13,10 @@
 using System.Threading.Tasks;
 using System.Web.Http;
 using WebAPI.Models;
+using WebAPI.Service;
 using System.Threading;
 using SyntacticSugar.constant;
+using WebApiWithFleck;
 
 namespace WebAPI.Controllers.SCGL
 {
@@ -7793,6 +7795,12 @@
                         objJsonResult.data = null;
                         return objJsonResult;
                     }
+
+                    // 涓帹鏂瑰紡鎺ㄩ�佹暟鎹�
+                    GeTuiService.PubishSingle(HInterID);
+
+                    // webSocket鏂瑰紡鎺ㄩ�佹暟鎹�
+                    // WebSocketServer.PushOne(HInterID);
                 }
                 if (IsAudit == 1) //鍙嶅鏍告彁浜�
                 {

--
Gitblit v1.9.1