|
@ -289,9 +289,9 @@ public class RedisKeys { |
|
|
* @author zhy |
|
|
* @author zhy |
|
|
* @date 2021/6/3 17:19 |
|
|
* @date 2021/6/3 17:19 |
|
|
*/ |
|
|
*/ |
|
|
public static String getVaccinationAuthParamKey(String userId) { |
|
|
/*public static String getVaccinationAuthParamKey(String userId) { |
|
|
return rootPrefix.concat("vaccination:auth:param:").concat(userId); |
|
|
return rootPrefix.concat("vaccination:auth:param:").concat(userId); |
|
|
} |
|
|
}*/ |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 疫苗接种权限 |
|
|
* 疫苗接种权限 |
|
@ -301,7 +301,7 @@ public class RedisKeys { |
|
|
* @author zhy |
|
|
* @author zhy |
|
|
* @date 2021/6/3 17:19 |
|
|
* @date 2021/6/3 17:19 |
|
|
*/ |
|
|
*/ |
|
|
public static String getVaccinationAuthKey(String userId) { |
|
|
/*public static String getVaccinationAuthKey(String userId) { |
|
|
return rootPrefix.concat("vaccination:auth:role:").concat(userId); |
|
|
return rootPrefix.concat("vaccination:auth:role:").concat(userId); |
|
|
} |
|
|
}*/ |
|
|
} |
|
|
} |
|
|