Browse Source

修改规则定义

yjp 1 month ago
parent
commit
3aefcad5b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      convenient/domain/query_rule/definition/operator.go

+ 1 - 1
convenient/domain/query_rule/definition/operator.go

@@ -111,7 +111,7 @@ var operatorOfTypeMap = map[string][]Operator{
 		operatorEqual, operatorNotEqual, operatorIn, operatorNotIn, operatorPrefix, operatorSuffix, operatorContains,
 	},
 	rule.TypeTime: {
-		operatorEqual, operatorNotEqual, operatorLessThan, operatorLessThanOrEqual, operatorGreaterThan, operatorGreaterThanOrEqual, operatorIn, operatorNotIn,
+		operatorEqual, operatorNotEqual, operatorLessThan, operatorLessThanOrEqual, operatorGreaterThan, operatorGreaterThanOrEqual,
 	},
 	rule.TypeNumber: {
 		operatorEqual, operatorNotEqual, operatorLessThan, operatorLessThanOrEqual, operatorGreaterThan, operatorGreaterThanOrEqual, operatorIn, operatorNotIn,