getUserByRoleEnumAndAreaId
This commit is contained in:
@@ -103,8 +103,8 @@ public class RedisConstantUtil {
|
||||
return active + "_" + RedisConstant.USER_WANT_AREA_CACHE + eid + ":" + userId;
|
||||
}
|
||||
|
||||
public String getInvestmentManagerKey(Long wantShopAreaId) {
|
||||
return active + "_" + RedisConstant.INVESTMENT_MANAGER_CACHE + eid + ":" + wantShopAreaId;
|
||||
public String getInvestmentManagerKey(Long wantShopAreaId, Long roleId) {
|
||||
return active + "_" + RedisConstant.INVESTMENT_MANAGER_CACHE + eid + ":" + wantShopAreaId + ":" + roleId ;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user