From 37184b1d1ac000a6ee40e397e2336b213e705902 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周四, 17 4月 2025 13:08:45 +0800 Subject: [PATCH] 包中只有一块板时,认定为 不齐包 【Editby shaocx,2025-04-01】 --- CC/iWareCC_ASRS/Common/Helper/PlcHelper.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CC/iWareCC_ASRS/Common/Helper/PlcHelper.cs b/CC/iWareCC_ASRS/Common/Helper/PlcHelper.cs index 77182ea..67c5d37 100644 --- a/CC/iWareCC_ASRS/Common/Helper/PlcHelper.cs +++ b/CC/iWareCC_ASRS/Common/Helper/PlcHelper.cs @@ -31,7 +31,8 @@ /// <returns></returns> public static string GetModeName(short mode) { - switch (mode) { + switch (mode) + { case 1: return "鎵嬪姩妯″紡"; case 2: @@ -65,7 +66,7 @@ case 4: return "璀﹀憡淇℃伅"; default: - return "鏈煡"; + return "鏃�"; } } } -- Gitblit v1.9.3