Commit d6cb2e38 authored by litengwei's avatar litengwei

bug

parent 8dae380c
......@@ -3634,7 +3634,9 @@ public class OrgUsrServiceImpl extends BaseService<OrgUsrDto, OrgUsr, OrgUsrMapp
case "birthdayTime":
contentVo.setLabel(u.getDescribe());
try {
if(null != peopleInfoDto.getFirefighters().getBirthdayTime()) {
contentVo.setValue(DateUtils.dateFormat(peopleInfoDto.getFirefighters().getBirthdayTime(), DateUtils.DATE_TIME_PATTERN));
}
} catch (ParseException e) {
e.printStackTrace();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment