From ec991a5bf47647cc496e047258e253d0690365a9 Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期一, 20 五月 2024 11:18:57 +0800 Subject: [PATCH] 修改增加或修改时计算折件数量,增加JC23、JC24数据库,降库存信息代码增加到JC23。 --- Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs b/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs index d481333..462db76 100644 --- a/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs +++ b/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs @@ -149,7 +149,7 @@ /// <param name="userId">鎿嶄綔浜�</param> /// <param name="url">涓嬪彂璺緞</param> /// <returns></returns> - OutCommandDto AgainSendSoTask(string taskNo, int userId,string url); + OutCommandDto AgainSendSoTask(string taskNo, string Receiver, int userId,string url); /// <summary> /// 鎵嬪姩鍙栨秷鍑哄簱浠诲姟 /// </summary> -- Gitblit v1.8.0