From 4b8adf76a495aca73c3a1af9b28a15d19b9a03f4 Mon Sep 17 00:00:00 2001
From: zjh <2207896513@qq.com>
Date: 星期五, 28 十一月 2025 14:38:52 +0800
Subject: [PATCH] 代码提交
---
StandardPda/MESApplication/Controllers/WomcaaController.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/StandardPda/MESApplication/Controllers/WomcaaController.cs b/StandardPda/MESApplication/Controllers/WomcaaController.cs
index 6ff858f..02b12ee 100644
--- a/StandardPda/MESApplication/Controllers/WomcaaController.cs
+++ b/StandardPda/MESApplication/Controllers/WomcaaController.cs
@@ -29,6 +29,7 @@
entity.TableName = TableName;
entity.Url = URL + "Save";
entity.Method = METHOD;
+ entity.PageName = rohIn.ErpCaa.FBillNo;
entity.Data = JsonConvert.SerializeObject(rohIn);
entity.Status = 1;
entity.CreateBy = "PL017";
--
Gitblit v1.9.3