Skip to content

Commit 0731854

Browse files
author
Matrix-X
committed
feat(redBook): data report offiline
1 parent 33e3664 commit 0731854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/work/server/handlers/models/event.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ type ApprovalNode struct {
210210
NodeStatus int `xml:"NodeStatus"`
211211
NodeAttr int `xml:"NodeAttr"`
212212
NodeType int `xml:"NodeType"`
213-
ApprovalItems []ApprovalItem `xml:"Items>Item"`
213+
ApprovalItems []ApprovalItem `xml:"Items"`
214214
}
215215

216216
type ApprovalItem struct {
@@ -250,7 +250,7 @@ type ApprovalInfo struct {
250250
ApplyUserParty string `xml:"ApplyUserParty"`
251251
ApplyUserImage string `xml:"ApplyUserImage"`
252252
ApprovalNodes []ApprovalNode `xml:"ApprovalNodes"`
253-
NotifyNodes []NotifyNode `xml:"NotifyNode"`
253+
NotifyNodes []NotifyNode `xml:"NotifyNodes"`
254254
ApproverStep int `xml:"approverstep"`
255255
}
256256

0 commit comments

Comments
 (0)