|
|
@@ -789,8 +789,9 @@ public class RecuritmentFacadeControllerBean extends AbstractRecuritmentFacadeCo
|
|
|
resumeBaseRecInfo.setNativePlace(text);
|
|
|
}
|
|
|
//ÄêÁä age
|
|
|
- if ("OceanAge".equals(name)) {
|
|
|
- resumeBaseRecInfo.setAge(Integer.parseInt(text));
|
|
|
+ if (resumeBaseRecInfo.getBirthday() != null) {
|
|
|
+ Long yyyy = com.kingdee.util.DateTimeUtils.dateDiff("yyyy", resumeBaseRecInfo.getBirthday(), new Date());
|
|
|
+ resumeBaseRecInfo.setAge(yyyy.intValue());
|
|
|
}
|
|
|
//×î¸ßѧÀú hDegree
|
|
|
if ("EducationLevel".equals(name)) {
|