|
|
|
@ -453,6 +453,10 @@ public class StuScoreCenterServiceImpl implements StuScoreCenterService {
|
|
|
|
|
if(stuScoreCenter.getModule().equals(Constant.CORPORATE_CREDIT)){
|
|
|
|
|
stuScoreCenter.setScoreWeight(tchModuleWeith.getCaseCorporateCreditWeith());
|
|
|
|
|
}
|
|
|
|
|
if(stuScoreCenter.getModule().equals(Constant.CREDIT_PORTRAIT) || stuScoreCenter.getModule().equals(Constant.PERSONAL_CREDIT)
|
|
|
|
|
|| stuScoreCenter.getModule().equals(Constant.CORPORATE_CREDIT) || stuScoreCenter.getModule().equals(Constant.COMPREHENSIVE_CASE)){
|
|
|
|
|
stuScoreCenter.setScoreWeight(BigDecimal.valueOf(0.25));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
stuScoreCenterMapper.updateByPrimaryKey(stuScoreCenter);
|
|
|
|
|
}
|
|
|
|
|