From fb77cc8fe39bd3c3f49b336bf9e664957fe2dc07 Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期五, 15 十一月 2024 11:28:51 +0800 Subject: [PATCH] 11.06 --- Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/ConveyorLine/CommonConveyorLine.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/ConveyorLine/CommonConveyorLine.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/ConveyorLine/CommonConveyorLine.cs index f67ac7c..d0c9f6f 100644 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/ConveyorLine/CommonConveyorLine.cs +++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/ConveyorLine/CommonConveyorLine.cs @@ -224,7 +224,7 @@ if (devicePro == null) { - throw new Exception("鏈壘鍒板崗璁俊鎭�"); + throw new Exception("鏈壘鍒板崗璁俊鎭�:" + deviceChildCode); } else { @@ -247,7 +247,7 @@ if (devicePro == null) { - throw new Exception("鏈壘鍒板崗璁俊鎭�"); + throw new Exception("鏈壘鍒板崗璁俊鎭�:" + deviceChildCode); } else { -- Gitblit v1.9.3