From cd7f736f7236d262e1f84431a62ae05809a79f21 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期一, 12 五月 2025 17:44:31 +0800 Subject: [PATCH] 修复了一些已知问题 --- Tiger.Business.WMS/Task/ERP/Jobs.U9C_WMS_GetReturn.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Tiger.Business.WMS/Task/ERP/Jobs.U9C_WMS_GetReturn.cs b/Tiger.Business.WMS/Task/ERP/Jobs.U9C_WMS_GetReturn.cs index 13cec1d..7be4fb7 100644 --- a/Tiger.Business.WMS/Task/ERP/Jobs.U9C_WMS_GetReturn.cs +++ b/Tiger.Business.WMS/Task/ERP/Jobs.U9C_WMS_GetReturn.cs @@ -37,7 +37,7 @@ { string msg = ""; string status = "Successed"; - GetJob(typeof(U9C_WMS_GetAsnDocInfo).Name); + GetJob(typeof(U9C_WMS_GetReturn).Name); TskJobInput tskJobInput = CheckHowToDo(); if (tskJobInput.result) { -- Gitblit v1.9.3