回退condition修改
parent
f868067958
commit
69e7686cb2
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue