From 05bfc6861c3077a3ba6cdf86c36687eb684590aa Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期一, 12 五月 2025 17:17:30 +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