diff --git a/backend/src/main/java/io/metersphere/base/domain/TestPlanWithBLOBs.java b/backend/src/main/java/io/metersphere/base/domain/TestPlanWithBLOBs.java
index 8c546d13c1..d0126eb81d 100644
--- a/backend/src/main/java/io/metersphere/base/domain/TestPlanWithBLOBs.java
+++ b/backend/src/main/java/io/metersphere/base/domain/TestPlanWithBLOBs.java
@@ -13,5 +13,7 @@ public class TestPlanWithBLOBs extends TestPlan implements Serializable {
private String reportSummary;
+ private String reportConfig;
+
private static final long serialVersionUID = 1L;
}
\ No newline at end of file
diff --git a/backend/src/main/java/io/metersphere/base/mapper/TestPlanMapper.xml b/backend/src/main/java/io/metersphere/base/mapper/TestPlanMapper.xml
index ab607e6b4f..55f7ce6105 100644
--- a/backend/src/main/java/io/metersphere/base/mapper/TestPlanMapper.xml
+++ b/backend/src/main/java/io/metersphere/base/mapper/TestPlanMapper.xml
@@ -26,6 +26,7 @@
+
@@ -91,7 +92,7 @@
actual_start_time, actual_end_time, creator, project_id, execution_times, automatic_status_update
- tags, report_summary
+ tags, report_summary, report_config