自动五级分类

This commit is contained in:
liuzhao 2018-08-22 16:21:18 +08:00
parent c113858772
commit 31dd4e28c4

View File

@ -175,7 +175,7 @@ public class AutoFiveGradeClassification implements Job {
if(gradeConfg!=null){
return gradeConfg.getAttribute(LM_GRADE_CLASSIFICATION.loan_result).getString();
}else{
return "getGrade01";
return "ClassifyResult01";
}
}