记得上下班打卡 | git大法好,push需谨慎

Commit b0ff7c4d authored by anjiabin's avatar anjiabin

提交chime社交相关

parent 45173763
......@@ -31,6 +31,7 @@ public class RedisDataUtil {
* @return
*/
public boolean isPassedByPerformanceId(String performanceId){
log.info("isPassedByPerformanceId param performanceId:{}",performanceId);
boolean isPass = false;
//允许的演出
Object allowPerIds = redisUtil.getRedisTemplateByDb(250).opsForValue().get(ChimeConstant.REDIS_PERFORMANCE_IDS_ALLOW);
......@@ -65,6 +66,7 @@ public class RedisDataUtil {
* @return
*/
public boolean isPassedByCityName(String cityName){
log.info("isPassedByCityName param cityName:{}",cityName);
boolean isPass = false;
//允许的演出
Object allowCityNameIds = redisUtil.getRedisTemplateByDb(250).opsForValue().get(ChimeConstant.REDIS_CITY_NAME_ALLOW);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment