We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e3664 commit 0731854Copy full SHA for 0731854
src/work/server/handlers/models/event.go
@@ -210,7 +210,7 @@ type ApprovalNode struct {
210
NodeStatus int `xml:"NodeStatus"`
211
NodeAttr int `xml:"NodeAttr"`
212
NodeType int `xml:"NodeType"`
213
- ApprovalItems []ApprovalItem `xml:"Items>Item"`
+ ApprovalItems []ApprovalItem `xml:"Items"`
214
}
215
216
type ApprovalItem struct {
@@ -250,7 +250,7 @@ type ApprovalInfo struct {
250
ApplyUserParty string `xml:"ApplyUserParty"`
251
ApplyUserImage string `xml:"ApplyUserImage"`
252
ApprovalNodes []ApprovalNode `xml:"ApprovalNodes"`
253
- NotifyNodes []NotifyNode `xml:"NotifyNode"`
+ NotifyNodes []NotifyNode `xml:"NotifyNodes"`
254
ApproverStep int `xml:"approverstep"`
255
256
0 commit comments