学历字段变更下拉框
This commit is contained in:
parent
9d95997dd2
commit
9529506f31
|
|
@ -111,7 +111,8 @@ public class PersonnelResumeServiceImpl extends Service implements PersonnelResu
|
|||
.startAndEndDate(date)
|
||||
.address(Util.null2String(rs.getString("byyx")))
|
||||
.content(Util.null2String(rs.getString("xxzy")))
|
||||
.level(educ.getEducationLevelname(Util.null2String(rs.getString("xl1"))))
|
||||
//.level(educ.getEducationLevelname(Util.null2String(rs.getString("xl1"))))
|
||||
.level(selectWorkflowItem("xl1","uf_jxjl",Util.getIntValue(rs.getString("xl1")),String.valueOf(user.getLanguage())))
|
||||
.build());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue