From 25fde6086c76f0bcc2848305f90432a3716a5c61 Mon Sep 17 00:00:00 2001
From: zjh <2207896513@qq.com>
Date: 星期一, 25 八月 2025 11:13:51 +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