From 3d217c8adffa7f3be2a8e5379388ad19feebd458 Mon Sep 17 00:00:00 2001 From: zhou keda <1315948824@qq.com> Date: Wed, 19 Jun 2024 10:42:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=B0=E9=87=8D=E5=AE=8C=E6=88=90=E4=BF=A1?= =?UTF-8?q?=E5=8F=B7=E6=94=B9=E6=88=901=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProductionMgr/Tnb.ProductionMgr/RedisDataService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProductionMgr/Tnb.ProductionMgr/RedisDataService.cs b/ProductionMgr/Tnb.ProductionMgr/RedisDataService.cs index 4f3c62d3..bf2133fa 100644 --- a/ProductionMgr/Tnb.ProductionMgr/RedisDataService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/RedisDataService.cs @@ -118,7 +118,7 @@ namespace Tnb.ProductionMgr ["Value"] = "true", }; Log.Information($"称重完成参数:{JsonConvert.SerializeObject(dicCommand2)}"); - for (int i = 0; i < 5; i++) + for (int i = 0; i < 1; i++) { await HttpClientHelper.GetRequestAsync(_eleCtlCfg.WriteTagUrl, dicCommand2); }