From c9ad81052e9a1c6914d65bd1b979e5aeca4fd2cf Mon Sep 17 00:00:00 2001 From: zhou keda <1315948824@qq.com> Date: Fri, 21 Jun 2024 10:32:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProductionMgr/Tnb.ProductionMgr/RedisDataService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ProductionMgr/Tnb.ProductionMgr/RedisDataService.cs b/ProductionMgr/Tnb.ProductionMgr/RedisDataService.cs index 26dff5dc..c26838d5 100644 --- a/ProductionMgr/Tnb.ProductionMgr/RedisDataService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/RedisDataService.cs @@ -80,6 +80,7 @@ namespace Tnb.ProductionMgr }; Log.Information($"确认称重参数:{JsonConvert.SerializeObject(dicCommand)}"); var str = await HttpClientHelper.GetRequestAsync(_eleCtlCfg.WriteTagUrl, dicCommand); + Log.Information($"{device},{eqpDaq1.label_name}确认称重返回:{str}"); EqpDaq eqpDaq2 = await _repository.AsSugarClient().Queryable(). LeftJoin((x,y)=>x.equip_id==y.id). @@ -121,7 +122,7 @@ namespace Tnb.ProductionMgr for (int i = 0; i < 1; i++) { string responseresult = await HttpClientHelper.GetRequestAsync(_eleCtlCfg.WriteTagUrl, dicCommand2,false); - Log.Information($"称重完成返回结果:{responseresult}"); + Log.Information($"{device},{eqpDaq3.label_name}称重完成返回结果:{responseresult}"); } }