From 4136a69c1af568e1df8fedd6dce2413afd501b2c Mon Sep 17 00:00:00 2001
From: liudl <673013083@qq.com>
Date: 星期四, 16 一月 2025 08:53:01 +0800
Subject: [PATCH] 测试 提交
---
Wms/Wms/Controllers/BllSoController.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Wms/Wms/Controllers/BllSoController.cs b/Wms/Wms/Controllers/BllSoController.cs
index f64a0bd..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")//鍑哄簱鏃朵骇鐢熺殑绉诲簱浠诲姟瀹屾垚
{
--
Gitblit v1.8.0