From 3706fb22a858169204aa05a01b38ec1a4e04b5c7 Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周六, 30 11月 2024 16:22:31 +0800 Subject: [PATCH] 大屏 --- CC/iWareCommon/BusinessHelper/BusinessHelper.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CC/iWareCommon/BusinessHelper/BusinessHelper.cs b/CC/iWareCommon/BusinessHelper/BusinessHelper.cs index 33b4856..6e7021c 100644 --- a/CC/iWareCommon/BusinessHelper/BusinessHelper.cs +++ b/CC/iWareCommon/BusinessHelper/BusinessHelper.cs @@ -135,7 +135,7 @@ /// <returns></returns> public static string CreatePlcTaskIdForSrmTask() { - int iSeed = 65534; + int iSeed = 9999; //浠�101-9999锛屼负浠�涔堣浠�101寮�濮嬶紝鍥犱负1-100浣滀负鎵嬪姩浠诲姟涓嬪彂銆傘�怑ditBy shaocx,2022-05-10銆� return new Random(Guid.NewGuid().GetHashCode()).Next(101, iSeed).ToString(); } -- Gitblit v1.9.3