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