询价发行--添加分数

master
@t2652009480 1 year ago
parent 02bd62c03d
commit 61337238af

@ -455,8 +455,6 @@ public class InquiryIssuanceServiceImpl implements InquiryIssuanceService {
if(inquiryParticipations.size()>0){
InquiryParticipation inquiryParticipation = inquiryParticipations.get(0);
QuotationDTO quotationDTO = convertUtil.entityToDTO(inquiryParticipation, QuotationDTO.class);
//写入分数
performanceScoreService.calculateScoreByModule("pricingIssuanceEnteringScore", 1, flowId);
return quotationDTO;
}else {
throw new RuntimeException("请按流程操作");

Loading…
Cancel
Save