|
|
|
@ -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("请按流程操作");
|
|
|
|
|