|
@@ -121,7 +121,7 @@ public class RoleManageServiceImpl implements IRoleManageService {
|
|
|
map.put("role_amount", str.replaceAll("[\\[\\]]", ""));
|
|
|
}
|
|
|
//去除‘null’字符串
|
|
|
- List<String> nullStringKeys = Arrays.asList("add_corp_user_id", "user_wechat", "remark", "user_phone", "country");
|
|
|
+ List<String> nullStringKeys = Arrays.asList("add_corp_user_id", "user_wechat", "remark", "user_phone", "country","corpId","external_user_id","gsAccount");
|
|
|
nullStringKeys.stream()
|
|
|
.filter(key -> "null".equals(map.get(key)))
|
|
|
.forEach(key -> map.put(key, null));
|