From 2f19dbfe2d75abdd583f2ecc1b5d03cc4f3be968 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期四, 15 一月 2026 12:44:46 +0800
Subject: [PATCH] 新增 工作联系表 分页查询 接口 新增 WebSocket 服务端

---
 WebAPI/Controllers/MoveStockBillController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Controllers/MoveStockBillController.cs b/WebAPI/Controllers/MoveStockBillController.cs
index 75a5bf1..8b45d3b 100644
--- a/WebAPI/Controllers/MoveStockBillController.cs
+++ b/WebAPI/Controllers/MoveStockBillController.cs
@@ -612,7 +612,7 @@
                 websLsmain.HKeeperID = lsmain[0].HKeeperID;
                 websLsmain.HSecManagerID = lsmain[0].HSecManagerID;
                 websLsmain.HManagerID = 0;
-                websLsmain.HBillerID = 0;
+                websLsmain.HBillerID = lsmain[0].HBillerID;
                 websLsmain.HExplanation = "";
                 websLsmain.HInnerBillNo = "";
                 websLsmain.HRedBlueFlag = false;

--
Gitblit v1.9.1