|
|
@ -71,8 +71,10 @@ public class IcPartyUnitRedis { |
|
|
|
if (!icResiUserDTO.success()) { |
|
|
|
throw new EpmetException("getIcResiUserDTO method is failure"); |
|
|
|
} |
|
|
|
if (null != icResiUserDTO.getData()) { |
|
|
|
name = icResiUserDTO.getData().getName(); |
|
|
|
} |
|
|
|
} |
|
|
|
redisUtils.set(serviceOrgNameKey, name, RedisUtils.DEFAULT_EXPIRE); |
|
|
|
return name; |
|
|
|
} |
|
|
|