|
|
@ -352,7 +352,7 @@ public class InquiryIssuanceServiceImpl implements InquiryIssuanceService {
|
|
|
|
inquiryParticipation1.setStatus("1");
|
|
|
|
inquiryParticipation1.setStatus("1");
|
|
|
|
inquiryParticipationMapper.updateByPrimaryKey(inquiryParticipation1);
|
|
|
|
inquiryParticipationMapper.updateByPrimaryKey(inquiryParticipation1);
|
|
|
|
//计入分数
|
|
|
|
//计入分数
|
|
|
|
performanceScoreService.calculateScoreByModule("initPricingIssuanceScore",2,inquiryParticipation.getFlowId());
|
|
|
|
performanceScoreService.calculateScoreByModule("initPricingIssuanceScore",3,inquiryParticipation.getFlowId());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -472,6 +472,6 @@ public class InquiryIssuanceServiceImpl implements InquiryIssuanceService {
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public void confirmScoring(String flowId) {
|
|
|
|
public void confirmScoring(String flowId) {
|
|
|
|
//写入分数
|
|
|
|
//写入分数
|
|
|
|
performanceScoreService.calculateScoreByModule("pricingIssuanceConfirmScore", 1, flowId);
|
|
|
|
performanceScoreService.calculateScoreByModule("pricingIssuanceConfirmScore", 2, flowId);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|