From 72594e721deaa9f1485836923184c048cafe8270 Mon Sep 17 00:00:00 2001
From: zjh <2207896513@qq.com>
Date: 星期一, 08 九月 2025 09:55:02 +0800
Subject: [PATCH] 采购退货单支持无源单退

---
 StandardPda/MESApplication/Controllers/Warehouse/womdaaController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/StandardPda/MESApplication/Controllers/Warehouse/womdaaController.cs b/StandardPda/MESApplication/Controllers/Warehouse/womdaaController.cs
index e8f4f52..db579fe 100644
--- a/StandardPda/MESApplication/Controllers/Warehouse/womdaaController.cs
+++ b/StandardPda/MESApplication/Controllers/Warehouse/womdaaController.cs
@@ -233,7 +233,7 @@
         {
             var entity = new MessageCenter();
             entity.TableName = TableName;
-            entity.Url = URL + "SetStackCode";
+            entity.Url = URL + "UnbindAsnInfo";
             entity.Method = METHOD;
             entity.Data = Newtonsoft.Json.JsonConvert.SerializeObject(unbindAsnInfoDto);
             entity.Status = 1;

--
Gitblit v1.9.3