|
@@ -161,7 +161,7 @@ public class SceneEvaluationRuleService {
|
|
if (sceneEvaluationRulePO == null) {
|
|
if (sceneEvaluationRulePO == null) {
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
- return StringUtils.equals(DictConstants.COMPLEXITY, sceneEvaluationRulePO.getRuleId());
|
|
|
|
|
|
+ return StringUtils.equals(DictConstants.COMPLEXITY, sceneEvaluationRulePO.getRuleType());
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|