询价发行--整体修改

master
@t2652009480 1 year ago
parent 25dc307116
commit 53f8d4aac9

@ -352,7 +352,7 @@ public class InquiryIssuanceServiceImpl implements InquiryIssuanceService {
inquiryParticipation1.setStatus("1");
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
public void confirmScoring(String flowId) {
//写入分数
performanceScoreService.calculateScoreByModule("pricingIssuanceConfirmScore", 1, flowId);
performanceScoreService.calculateScoreByModule("pricingIssuanceConfirmScore", 2, flowId);
}
}

Loading…
Cancel
Save