From 4654208edcf8b45d80f75e9eb80228a4b0e30ccc Mon Sep 17 00:00:00 2001
From: xiaoCJ <406612557@qq.com>
Date: Tue, 7 May 2024 09:54:46 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=83=E4=B9=A0=E6=A8=A1?=
 =?UTF-8?q?=E5=BC=8F=E8=AF=A6=E6=83=85=E5=B1=95=E7=A4=BA=E5=92=8C=E5=AF=BC?=
 =?UTF-8?q?=E5=87=BA=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../service/tea/impl/TeaGradeManageServiceImpl.java             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/com/sztzjy/financial_bigdata/service/tea/impl/TeaGradeManageServiceImpl.java b/src/main/java/com/sztzjy/financial_bigdata/service/tea/impl/TeaGradeManageServiceImpl.java
index 0e9d1cb..c63a897 100644
--- a/src/main/java/com/sztzjy/financial_bigdata/service/tea/impl/TeaGradeManageServiceImpl.java
+++ b/src/main/java/com/sztzjy/financial_bigdata/service/tea/impl/TeaGradeManageServiceImpl.java
@@ -175,7 +175,7 @@ public class TeaGradeManageServiceImpl implements ITeaGradeManageService {
             BigDecimal moduleScore = getModuleScore(stuTrainingWithBLOB);
             SysCourseChapter sysCourseChapter = sysCourseChapterMapper.selectByPrimaryKey(stuTrainingWithBLOB.getChapterId());
             TeaTrainingDto newData = new TeaTrainingDto();
-            BeanUtils.copyProperties(stuTrainingWithBLOBs, newData);
+            BeanUtils.copyProperties(stuTrainingWithBLOB, newData);
             if (sysCourseChapter != null) {
                 newData.setTaskModule(sysCourseChapter.getChapterName());
             }