|
|
@@ -206,6 +206,9 @@ public class AccActivityServiceImpl extends ServiceImpl<AccActivityMapper, AccAc
|
|
|
AccActivity accActivity = (AccActivity) redisTemplate.opsForValue().get(cacheKey);
|
|
|
if (accActivity != null) {
|
|
|
accActivity.setIsShow(isShow);
|
|
|
+ if(!accActivity.getStatus().equals(1)){
|
|
|
+ accActivity.setIsShow(false);
|
|
|
+ }
|
|
|
return accActivity;
|
|
|
}
|
|
|
|