From e0471620ed16295a330ce18bcfe1654c91138996 Mon Sep 17 00:00:00 2001 From: cjs <2216046164@qq.com> Date: 星期五, 18 七月 2025 17:24:42 +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