修复bug
This commit is contained in:
parent
3e7492ab75
commit
40556af3a1
|
@ -108,7 +108,7 @@ type CmdStopRequest struct {
|
|||
|
||||
func (response *CmdListResponse) ResponseFromDb(l croncmdmodel.CronCmd) {
|
||||
response.CmdId = l.CmdId
|
||||
response.CmdId = l.IsDynamicUsers
|
||||
response.IsDynamicUsers = l.IsDynamicUsers
|
||||
response.CmdName = l.CmdName
|
||||
response.UserIds = l.UserIds
|
||||
response.EntryId = l.EntryId
|
||||
|
|
Loading…
Reference in New Issue