|
|
@ -176,7 +176,7 @@ public class ContractInvestmentController {
|
|
|
|
//加分该处填写完成得4分
|
|
|
|
//加分该处填写完成得4分
|
|
|
|
performanceScoreService.calculateScoreByModule("investmentSigningInvestScore", 4, flowId);
|
|
|
|
performanceScoreService.calculateScoreByModule("investmentSigningInvestScore", 4, flowId);
|
|
|
|
|
|
|
|
|
|
|
|
return new ResultEntity<>(HttpStatus.OK, proportion);
|
|
|
|
return new ResultEntity<>(HttpStatus.OK, proportion*100);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
return new ResultEntity(HttpStatus.BAD_REQUEST, "查询不到立项项目");
|
|
|
|
return new ResultEntity(HttpStatus.BAD_REQUEST, "查询不到立项项目");
|
|
|
|
}
|
|
|
|
}
|
|
|
|