From 8cd9e5f247659b10e42f02d7e137db8b8e5d4c2c Mon Sep 17 00:00:00 2001 From: walon Date: Thu, 6 Jan 2022 16:32:35 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Drefgroup=E5=8F=AF=E9=BB=98=E8=AE=A4=E6=80=A7=E7=9A=84?= =?UTF-8?q?=E8=AE=A1=E7=AE=97bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Luban.Job.Cfg/Source/Validators/RefValidator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Luban.Job.Cfg/Source/Validators/RefValidator.cs b/src/Luban.Job.Cfg/Source/Validators/RefValidator.cs index f61c070..c5ade92 100644 --- a/src/Luban.Job.Cfg/Source/Validators/RefValidator.cs +++ b/src/Luban.Job.Cfg/Source/Validators/RefValidator.cs @@ -151,7 +151,7 @@ namespace Luban.Job.Cfg.Validators { throw new Exception($"结构:'{hostTypeName}' 字段:'{fieldName}' refgroup:'{actualTable}' ref:'{actualRefTableName}' 不存在"); } - CompileTable(def, subTable, refIndex, ignoreDefault && refIgnoreDefault); + CompileTable(def, subTable, refIndex, ignoreDefault || refIgnoreDefault); } anyRefGroup = true; }