From 07968530fd2a7c0d818adc8a89c96a9499dbbee6 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期一, 19 一月 2026 16:17:38 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 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