From 61337238afaf461e665baea319b8ec369f34c9c5 Mon Sep 17 00:00:00 2001 From: "@t2652009480" <2652009480@qq.com> Date: Fri, 1 Mar 2024 15:46:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A2=E4=BB=B7=E5=8F=91=E8=A1=8C--=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=88=86=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/serviceImpl/InquiryIssuanceServiceImpl.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/com/sztzjy/fund_investment/service/serviceImpl/InquiryIssuanceServiceImpl.java b/src/main/java/com/sztzjy/fund_investment/service/serviceImpl/InquiryIssuanceServiceImpl.java index 9655c36..e709791 100644 --- a/src/main/java/com/sztzjy/fund_investment/service/serviceImpl/InquiryIssuanceServiceImpl.java +++ b/src/main/java/com/sztzjy/fund_investment/service/serviceImpl/InquiryIssuanceServiceImpl.java @@ -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("请按流程操作");