From dd01259a0590b6e6954470aa6ddb7658baa79fa7 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期二, 18 六月 2024 16:53:46 +0800 Subject: [PATCH] 备份 --- OnPro/HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/OnPro/HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs b/OnPro/HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs index 97832be..52bc19e 100644 --- a/OnPro/HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs +++ b/OnPro/HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs @@ -502,6 +502,7 @@ return list; } + /// <summary> ///璇锋眰鏈嶅姟鍣紙涓庝綇瀹呮湁鍏�:渚嬪锛沨omeId锛� @@ -558,11 +559,17 @@ //澶辫触鏃舵槸鍚﹁鎻愮ず if (isTip) { + if (r == null) + { + r = new ResponsePackNew { message = "娌″洖澶�,璇风‘璁ょ綉缁滄槸鍚︽甯�.", Code = "-1", }; + } new LogicView.TipPopView().FlashingBox(r.message + $"({r.Code})"); } } return false; } + + /// <summary> /// 鎵撳嵃鏃ュ織 /// </summary> -- Gitblit v1.8.0