From 41accee47c8eeb8c6408507f873d68f890092468 Mon Sep 17 00:00:00 2001
From: cjs <2216046164@qq.com>
Date: 星期四, 10 七月 2025 17:18:14 +0800
Subject: [PATCH] 111

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

diff --git a/ams/Hanhe.iWCS.JingmenGEMTwoProtocol/ApiController.cs b/ams/Hanhe.iWCS.JingmenGEMTwoProtocol/ApiController.cs
index 52d2459..9b5ef31 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]
@@ -163,5 +165,19 @@
             result = ApiHelper.Bzxx(model);
             return result;
         }
+
+        /// <summary>
+        /// 鐢甸挻鍖呰涓嬬嚎
+        /// </summary>
+        /// <returns></returns>
+        [HttpGet]
+        [Route("DGPackingLineFull")]
+        public SimpleResult DGPackingLineFull(string trayCode)
+        {
+            SimpleResult result = new SimpleResult();
+            CMMLog.Debug("DGPackingLineFull Request锛� + trayCode);
+            result = ApiHelper.DGPackingLineFull(trayCode);
+            return result;
+        }
     }
 }

--
Gitblit v1.9.1