From d6628c52f5111abd4d0484bfa43abcca275b4767 Mon Sep 17 00:00:00 2001 From: zhouhao Date: Thu, 12 Jun 2025 20:32:44 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=8F=96=E6=B6=88=E8=A7=A3?= =?UTF-8?q?=E6=9E=90=E5=8F=98=E9=87=8F=E6=97=B6=E7=9A=84=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/jetlinks/community/relation/utils/VariableSource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetlinks-components/relation-component/src/main/java/org/jetlinks/community/relation/utils/VariableSource.java b/jetlinks-components/relation-component/src/main/java/org/jetlinks/community/relation/utils/VariableSource.java index a0338929..fd2c6a10 100644 --- a/jetlinks-components/relation-component/src/main/java/org/jetlinks/community/relation/utils/VariableSource.java +++ b/jetlinks-components/relation-component/src/main/java/org/jetlinks/community/relation/utils/VariableSource.java @@ -169,7 +169,7 @@ public class VariableSource implements Serializable { } public Object resolveStatic(Map context) { - validate(); + // validate(); if (getSource() == VariableSource.Source.fixed) { return value; }