...
|
...
|
@@ -290,6 +290,17 @@ public class MineServiceImpl implements MineService { |
|
|
if (bo.getPhonenumber() !=null){
|
|
|
personalInfo.setPhonenumber(bo.getPhonenumber());
|
|
|
}
|
|
|
|
|
|
if (!bo.getHome().isEmpty()){
|
|
|
|
|
|
personalInfo.setHome(bo.getHome());
|
|
|
}
|
|
|
|
|
|
if (!bo.getResume().isEmpty()){
|
|
|
|
|
|
personalInfo.setResume(bo.getResume());
|
|
|
}
|
|
|
|
|
|
personalInfo.setUpdateTime(LocalDateTime.now());
|
|
|
|
|
|
//判断 等于null 没有个人信息
|
...
|
...
|
|