回退condition修改

main
Huliang 2026-05-13 12:18:05 +08:00
parent f868067958
commit 69e7686cb2
1 changed files with 1 additions and 5 deletions

View File

@ -114,11 +114,7 @@ namespace Framework.Condition
public bool CheckCondition(string condition)
{
string conditionName = Regex.Replace(condition, @"\(.*?\)", string.Empty);
if (string.IsNullOrEmpty(conditionName))
{
return true;
}
ConditionType conditionType = GetConditionType(conditionName);
GetConditionStringArgs(condition, ref _tempConditionArgs);