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; }