This commit is contained in:
zhouwentao 2025-06-23 18:11:58 +08:00
parent a596113f9b
commit 3441ecaf3b
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ public class YxCalculationMajorServiceImpl extends ServiceImpl<YxCalculationMajo
}
//专业成绩
if (recommendMajorDTO.getProfessionalScoreLimitation()!=null && recommendMajorDTO.getProfessionalScoreLimitation().compareTo(YxConstant.bigDecimal0)>0) {
otherScoreLimitation.append("语文成绩不低于").append(recommendMajorDTO.getProfessionalScoreLimitation().doubleValue()).append("分,");
otherScoreLimitation.append("专业成绩不低于").append(recommendMajorDTO.getProfessionalScoreLimitation().doubleValue()).append("分,");
}
if (otherScoreLimitation.length()>0) {
//recommendMajorDTO.setOtherScoreLimitation(otherScoreLimitation.substring(0,otherScoreLimitation.length()-2));