|
|
@ -43,6 +43,7 @@ public class CustomerStaffRedis { |
|
|
|
customerStaffRedis.redisUtils = this.redisUtils; |
|
|
|
customerStaffRedis.commonAggFeignClient = this.commonAggFeignClient; |
|
|
|
} |
|
|
|
|
|
|
|
public static void initTest() { |
|
|
|
CustomerStaffInfoCacheResult role = getStaffInfo("45687aa479955f9d06204d415238f7cc", "9e37adcce6472152e6508a19d3683e02"); |
|
|
|
role = getStaffInfo("45687aa479955f9d06204d415238f7cc", "e08316376c972b5cb3f085bb39a3680f"); |
|
|
@ -99,10 +100,6 @@ public class CustomerStaffRedis { |
|
|
|
* |
|
|
|
* @param customerId |
|
|
|
* @param staffId |
|
|
|
* @return com.epmet.commons.tools.redis.common.bean.CustomerStaffInfoCache |
|
|
|
* @author LiuJanJun |
|
|
|
* @date 2021/8/19 10:29 下午 |
|
|
|
* @remark 此方法仅用于 获取某个工作人员的信息,不用于获取客户下所有工作人员信息 |
|
|
|
*/ |
|
|
|
public static Map<String, String> getStaffRoleMap(String customerId, String staffId) { |
|
|
|
String key = RedisKeys.getCustomerStaffInfoKey(customerId, staffId); |
|
|
|