|
@@ -3480,7 +3480,7 @@ public class StoreInfoServiceImpl extends ServiceImpl<StoreInfoMapper, StoreInfo
|
|
|
}
|
|
}
|
|
|
Integer status = activity.getStatus();
|
|
Integer status = activity.getStatus();
|
|
|
String activityType = activity.getActivityType();
|
|
String activityType = activity.getActivityType();
|
|
|
- if (!"2".equals(activityType)) {
|
|
|
|
|
|
|
+ if (!"1".equals(activityType)) {
|
|
|
// 非MARKETING且未开始,不展示
|
|
// 非MARKETING且未开始,不展示
|
|
|
return status == null || status != 2;
|
|
return status == null || status != 2;
|
|
|
}
|
|
}
|