yjp преди 9 месеца
родител
ревизия
3aefcad5b6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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,