|
@ -498,6 +498,6 @@ public class RedisKeys { |
|
|
* @return |
|
|
* @return |
|
|
*/ |
|
|
*/ |
|
|
public static String getCustomerStaffInfoKey(String customerId, String staffId) { |
|
|
public static String getCustomerStaffInfoKey(String customerId, String staffId) { |
|
|
return rootPrefix.concat("gov:staff").concat(customerId).concat(StrConstant.COLON).concat(staffId); |
|
|
return rootPrefix.concat("gov:staff:").concat(customerId).concat(StrConstant.COLON).concat(staffId); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|