parent
a560c23c67
commit
8cd9e5f247
|
|
@ -151,7 +151,7 @@ namespace Luban.Job.Cfg.Validators
|
||||||
{
|
{
|
||||||
throw new Exception($"结构:'{hostTypeName}' 字段:'{fieldName}' refgroup:'{actualTable}' ref:'{actualRefTableName}' 不存在");
|
throw new Exception($"结构:'{hostTypeName}' 字段:'{fieldName}' refgroup:'{actualTable}' ref:'{actualRefTableName}' 不存在");
|
||||||
}
|
}
|
||||||
CompileTable(def, subTable, refIndex, ignoreDefault && refIgnoreDefault);
|
CompileTable(def, subTable, refIndex, ignoreDefault || refIgnoreDefault);
|
||||||
}
|
}
|
||||||
anyRefGroup = true;
|
anyRefGroup = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue