|
@@ -742,7 +742,7 @@ public class OrganizationEvaluationServiceImpl extends ServiceImpl<OrganizationE
|
|
state = "流程已结束";
|
|
state = "流程已结束";
|
|
|
|
|
|
//流程结束 计算相应的得分和汇总报告
|
|
//流程结束 计算相应的得分和汇总报告
|
|
- boolean b1 = organizationEvaluationInfoService.calculationByEvaluationId("", "", id, "");
|
|
|
|
|
|
+ boolean b1 = organizationEvaluationInfoService.calculationByEvaluationId("", "", id, "", "", "");
|
|
if (b1) {
|
|
if (b1) {
|
|
boolean b2 = evaluateReportService.generateEvaluateReport(id, false);
|
|
boolean b2 = evaluateReportService.generateEvaluateReport(id, false);
|
|
}
|
|
}
|