fixed tag type for outputorder
This commit is contained in:
parent
043ff4751b
commit
95e159f96c
|
@ -415,6 +415,6 @@ var (
|
||||||
AttributeFirstJobID: TagInteger,
|
AttributeFirstJobID: TagInteger,
|
||||||
AttributeStatusMessage: TagText,
|
AttributeStatusMessage: TagText,
|
||||||
AttributeLimit: TagInteger,
|
AttributeLimit: TagInteger,
|
||||||
AttributeOutputOrder: TagEnum,
|
AttributeOutputOrder: TagName,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue