[feat] 重命名 ConditionTokenType => TokenType
This commit is contained in:
+1
-1
@@ -189,7 +189,7 @@ func (this Condition) GetFieldsValue(m TokenValue, isWithResource bool) (result
|
||||
* @param contracts.ConditionTokenType types
|
||||
* @return map[string][string] // 如: {"TestA.field_a": "param"}
|
||||
*/
|
||||
func (this Condition) GetFields(operator ConditionOperator, types ...ConditionTokenType) map[string]string {
|
||||
func (this Condition) GetFields(operator ConditionOperator, types ...TokenType) map[string]string {
|
||||
result := make(map[string]string)
|
||||
|
||||
if this.IsEmpty() {
|
||||
|
||||
Reference in New Issue
Block a user