|
|
@@ -479,7 +479,7 @@ public class UserProfileServiceImpl extends ServiceImpl<UserProfileMapper, UserP
|
|
|
String keyValue = bo.getKeyValue();
|
|
|
if (Validator.isNotEmpty(keyValue)) {
|
|
|
Map<String, String> maps = JSONObject.parseObject(keyValue, Map.class);
|
|
|
- String recent_photos, idcard_face_photo, idcard_national_photo,work_unit = null;
|
|
|
+ String recent_photos, idcard_face_photo, idcard_national_photo,work_unit;
|
|
|
LambdaUpdateWrapper<User> objectLambdaUpdateWrapper = Wrappers.lambdaUpdate();
|
|
|
objectLambdaUpdateWrapper.eq(User::getUserId, bo.getUserId());
|
|
|
if (maps.containsKey("recent_photos")) {
|