From 55ae035e05530817bd3b923c3d6b1ec275e47332 Mon Sep 17 00:00:00 2001
From: cjs <2216046164@qq.com>
Date: 星期四, 12 六月 2025 17:34:50 +0800
Subject: [PATCH] 111

---
 ams/Hanhe.iWCS.JingmenGEMTwoProtocol/ApiController.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ams/Hanhe.iWCS.JingmenGEMTwoProtocol/ApiController.cs b/ams/Hanhe.iWCS.JingmenGEMTwoProtocol/ApiController.cs
index 52d2459..ef0c19f 100644
--- a/ams/Hanhe.iWCS.JingmenGEMTwoProtocol/ApiController.cs
+++ b/ams/Hanhe.iWCS.JingmenGEMTwoProtocol/ApiController.cs
@@ -133,6 +133,8 @@
         public ErrInfoResult getErrInfo(string factory)
         {
             ErrInfoResult result = new ErrInfoResult();
+
+            CMMLog.Info("getErrInfo:" + factory);
             result = ApiHelper.getErrInfo(factory);
             return result;
         }
@@ -151,7 +153,7 @@
         }
 
         /// <summary>
-        /// pda鎵撳寘涓嬬嚎
+        /// pda鍖呰涓嬬嚎
         /// </summary>
         /// <returns></returns>
         [HttpPost]

--
Gitblit v1.9.1