|
@ -854,6 +854,6 @@ public class RedisKeys { |
|
|
if (StringUtils.isBlank(userId)){ |
|
|
if (StringUtils.isBlank(userId)){ |
|
|
throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(),"参数错误"); |
|
|
throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(),"参数错误"); |
|
|
} |
|
|
} |
|
|
return rootPrefix.concat("userId"); |
|
|
return rootPrefix.concat("staffbaseinfo:")+userId; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|