|
|
|
@ -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);
|
|
|
|
|