From 3daf4392ed4b720d67067180c51d986cef806bbe Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期三, 25 六月 2025 17:27:50 +0800 Subject: [PATCH] 完善TcpClient方式与产线设备交互、托盘下线的轮询和Debug测试逻辑 --- api/MoboxController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/api/MoboxController.cs b/api/MoboxController.cs index 2e666f3..5b9ce71 100644 --- a/api/MoboxController.cs +++ b/api/MoboxController.cs @@ -44,7 +44,7 @@ else if (model.CntrType == "绌哄ソ杩愮") { return ApiHelper.EmptyInboundGoodpack(model); } - else { + else { // PDA鍓嶇涓嬫媺閫夊崟闄愬埗锛屾晠鐞嗚涓婁笉浼氳繘鍏ヨ繖涓祦绋� return NewSimpleResult(-1, $"瀹瑰櫒绫诲瀷 '{model.CntrType}' 涓嶅悎娉曪細搴斾负 '绌烘墭鐩� 鎴�'绌哄ソ杩愮'"); } } -- Gitblit v1.9.1