From 5408616fd72786b63cfe69a7426c3fb499b6962b Mon Sep 17 00:00:00 2001 From: bklLiudl <673013083@qq.com> Date: 星期四, 17 十月 2024 18:49:04 +0800 Subject: [PATCH] Merge branch 'Liudl' --- 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 a63e4d6..f64a0bd 100644 --- a/Wms/Wms/Controllers/BllSoController.cs +++ b/Wms/Wms/Controllers/BllSoController.cs @@ -72,7 +72,7 @@ { try { - var bolls = _exNoticeSvc.GetStockGroupList(model.Type,model.Msg); + var bolls = _exNoticeSvc.GetStockGroupList(model.Type,model.OwnerNo,model.Msg); return Ok(new { code = 0, count=0, msg = "鍑哄簱鍗曚俊鎭�", data = bolls }); } @@ -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