From ba77b9d036e2e40338316cbcc8b37c9733757671 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 24 十一月 2023 19:10:48 +0800
Subject: [PATCH] fix

---
 controllers/operation.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/controllers/operation.go b/controllers/operation.go
index a83dd97..4cb2ab8 100644
--- a/controllers/operation.go
+++ b/controllers/operation.go
@@ -758,7 +758,7 @@
 		return err
 	}
 	for _, history := range histories {
-		service.AddNewHistoryReportRecord(history.Id)
+		service.AddNewHistoryReportRecord(history)
 	}
 	return nil
 }

--
Gitblit v1.8.0