From 3fb6058bfb7d7a03722e35a043b95095fd8443d7 Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期六, 18 一月 2025 09:19:15 +0800
Subject: [PATCH] 修改抽检

---
 Wms/Wms/Controllers/BllSoController.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Wms/Wms/Controllers/BllSoController.cs b/Wms/Wms/Controllers/BllSoController.cs
index 489c5f2..dfc5272 100644
--- a/Wms/Wms/Controllers/BllSoController.cs
+++ b/Wms/Wms/Controllers/BllSoController.cs
@@ -700,7 +700,7 @@
                 var type = _taskSvc.GetTaskType(taskNo);
                 if (type == "1")//鍑哄簱瀹屾垚
                 {
-                    _exNoticeSvc.ExportSuccess(taskNo, int.Parse(userId));
+                    _exNoticeSvc.ExportSuccess(taskNo, int.Parse(userId), "");
                 }
                 else if (type == "2")//鍑哄簱鏃朵骇鐢熺殑绉诲簱浠诲姟瀹屾垚
                 {
@@ -726,7 +726,7 @@
         /// <param name="taskNo">浠诲姟鍙�</param>
         /// <returns></returns>
         [HttpGet]
-        public IActionResult AgainSendSoTask(string taskNo)
+        public IActionResult AgainSendSoTask(string taskNo, string Receiver)
         {
             try
             {
@@ -741,7 +741,7 @@
                 {
                     return Ok(new { code = 1, msg = "鏈幏鍙栧埌褰撳墠鎿嶄綔浜轰俊鎭�" });
                 }
-                _exNoticeSvc.AgainSendSoTask(taskNo, int.Parse(userId),"");
+                _exNoticeSvc.AgainSendSoTask(taskNo,Receiver, int.Parse(userId),"");
 
                 return Ok(new { code = 0, msg = "鎴愬姛涓嬪彂浠诲姟", data = "" });
 

--
Gitblit v1.8.0