From a9fb0776fd3482565356bf4554b94fd7b5a79624 Mon Sep 17 00:00:00 2001 From: zhangxiaofeng <1939543722@qq.com> Date: Thu, 27 Jun 2024 09:57:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=B1=E4=BF=A1=E6=81=AF=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E6=9C=AB=E5=B0=BE=E7=A9=BA=E6=A0=BCbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/djy.Service/Afr/AfrService.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/djy.Service/Afr/AfrService.cs b/web/djy.Service/Afr/AfrService.cs index 4143869..7eb1b63 100644 --- a/web/djy.Service/Afr/AfrService.cs +++ b/web/djy.Service/Afr/AfrService.cs @@ -488,10 +488,10 @@ namespace djy.Service.AFR house.CntrList.ForEach(cntr => { cntr.LastUpdate = nowTime; + StringTrimmer.TrimStringProperties(cntr); + if (string.IsNullOrEmpty(cntr.GID)) { - StringTrimmer.TrimStringProperties(cntr); - cntr.GID = Guid.NewGuid().ToString(); cntr.PID = house.GID; cntr.CreateTime = nowTime; @@ -952,7 +952,7 @@ namespace djy.Service.AFR requestDto.houseBillInfoList.Add(houseBillInfo); } } - + // 开始请求电子口岸的接口 var masterBillInfoStr = JsonHelper.Instance.Serialize(requestDto); var businessParam = new Dictionary()