From b97036b98c97192299dd63504349dee33c78c383 Mon Sep 17 00:00:00 2001 From: "{872297557@qq.com}" <872297557@qq.com> Date: Fri, 30 Dec 2022 16:51:01 +0800 Subject: [PATCH] x --- .../Service/Inspection/FrontAuditConfigService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Inspection/FrontAuditConfigService.cs b/IRaCIS.Core.Application/Service/Inspection/FrontAuditConfigService.cs index 95c9d5a2..bc7d60c1 100644 --- a/IRaCIS.Core.Application/Service/Inspection/FrontAuditConfigService.cs +++ b/IRaCIS.Core.Application/Service/Inspection/FrontAuditConfigService.cs @@ -786,7 +786,7 @@ namespace IRaCIS.Core.Application.Service jsonDataDic[item.Key] = JToken.FromObject(jsonList); - break; + continue; }