From 9f0ff3c1ed3b712a8ebc2bfc64389c050c32d82b Mon Sep 17 00:00:00 2001 From: xiaoCJ <406612557@qq.com> Date: Fri, 22 Dec 2023 08:41:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=80=80=E5=87=BA=E6=97=B6?= =?UTF-8?q?=E6=9C=BA=E8=A1=A8=EF=BC=8C=E5=AE=8C=E6=88=90=E6=8A=95=E8=B5=84?= =?UTF-8?q?=E6=8A=A5=E5=91=8A=E9=A1=B5=E9=9D=A2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fund_investment/service/serviceImpl/TopicServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/sztzjy/fund_investment/service/serviceImpl/TopicServiceImpl.java b/src/main/java/com/sztzjy/fund_investment/service/serviceImpl/TopicServiceImpl.java index 5dcb228..1abeabf 100644 --- a/src/main/java/com/sztzjy/fund_investment/service/serviceImpl/TopicServiceImpl.java +++ b/src/main/java/com/sztzjy/fund_investment/service/serviceImpl/TopicServiceImpl.java @@ -223,10 +223,10 @@ public class TopicServiceImpl implements TopicService { } // 调用计分方法 if (module.equals(Constant.ZSCETK)) { - performanceScoreService.calculateScoreByModule("knowledgeAssessmentScore", score, flowId); //标记完成时间 performanceScore.setKnowledgeAssessmentTime(new Date()); performanceScoreMapper.updateByPrimaryKey(performanceScore); + performanceScoreService.calculateScoreByModule("knowledgeAssessmentScore", score, flowId); } if (module.equals(Constant.XMJDTK)) { performanceScoreService.calculateScoreByModule("projectDueDiligenceScore", score, flowId);