修复bug

This commit is contained in:
renzhiyuan 2024-12-30 16:27:32 +08:00
parent 3e7492ab75
commit 40556af3a1
1 changed files with 1 additions and 1 deletions

View File

@ -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