diff --git a/ruoyi-system/src/main/resources/mapper/system/BaseDtNengMapper.xml b/ruoyi-system/src/main/resources/mapper/system/BaseDtNengMapper.xml
index eb523f7..a99e694 100644
--- a/ruoyi-system/src/main/resources/mapper/system/BaseDtNengMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/BaseDtNengMapper.xml
@@ -52,6 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
id,
year_name,
+ target,
month1,
month2,
month3,
@@ -68,6 +69,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
#{id},
#{yearName},
+ #{target},
#{month1},
#{month2},
#{month3},
@@ -88,6 +90,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
year_name = #{yearName},
month1 = #{month1},
+ target = #{target},
month2 = #{month2},
month3 = #{month3},
month4 = #{month4},
diff --git a/ruoyi-system/src/main/resources/templates/system/base_dt_neng/add.html b/ruoyi-system/src/main/resources/templates/system/base_dt_neng/add.html
index c69c936..42867a3 100644
--- a/ruoyi-system/src/main/resources/templates/system/base_dt_neng/add.html
+++ b/ruoyi-system/src/main/resources/templates/system/base_dt_neng/add.html
@@ -7,80 +7,78 @@