From ad56deb081831090408f97b1c73e61a2eaed8657 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期二, 24 六月 2025 17:22:48 +0800
Subject: [PATCH] 整合部分Modbus和TCP Socket方式处理设备交互的逻辑

---
 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