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 35a21d4 commit f914f96Copy full SHA for f914f96
server/model/sys_workflow.go
@@ -110,7 +110,7 @@ type WorkflowNode struct {
110
Cycle string `json:"cycle" gorm:"comment:循环时间"`
111
Duration string `json:"duration" gorm:"comment:持续时间"`
112
HideIcon bool `json:"hideIcon" gorm:"comment:是否隐藏图标"`
113
- DueDate time.Time `json:"dueDate" gorm:"comment:到期时间"`
+ DueDate *time.Time `json:"dueDate" gorm:"comment:到期时间"`
114
AssignType string `json:"assignType" gorm:"comment:审批类型"`
115
AssignValue string `json:"assignValue" gorm:"comment:审批类型值"`
116
Success bool `json:"success" gorm:"comment:是否成功"`
0 commit comments