From cf47e995529dab29f1fa28fe58cf793011ebe008 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期二, 11 三月 2025 11:40:26 +0800
Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024

---
 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