nsq/msg_handler.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
nsq/msg_handler.go
@@ -450,6 +450,7 @@ if err == gorm.ErrRecordNotFound { err = model.NewDashboardSearch(nil).SetVersion(dashboard.Version).Create(&dashboard) } else { dashboard.ID = old.ID err = model.NewDashboardSearch(nil).SetId(old.ID).Updates(&dashboard) } if err != nil {