fix
zhangqian
2023-11-24 ba77b9d036e2e40338316cbcc8b37c9733757671
controllers/operation.go
@@ -758,7 +758,7 @@
      return err
   }
   for _, history := range histories {
      service.AddNewHistoryReportRecord(history.Id)
      service.AddNewHistoryReportRecord(history)
   }
   return nil
}