|
@@ -1023,6 +1023,7 @@ public class WebMediatorImpl implements ViewMediator {
|
|
|
if (userVO.getUnit() == null || userVO.getUnit().length() <= 0) {
|
|
|
throw new HttpBadRequestException("请输入企业简称");
|
|
|
}
|
|
|
+ userPO.get().setPhotoUrl(userVO.getPhotoUrl());
|
|
|
userPO.get().setUnit(userVO.getUnit());
|
|
|
userPO.get().setGender(userVO.getGender());
|
|
|
userPO.get().setBirthday(userVO.getBirthday());
|