|
@@ -3501,7 +3501,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 (!"1".equals(activityType)) {
|
|
|
|
|
|
|
+ if (!"MARKETING".equals(activityType)) {
|
|
|
// 非MARKETING且未开始,不展示
|
|
// 非MARKETING且未开始,不展示
|
|
|
return status == null || status != 2;
|
|
return status == null || status != 2;
|
|
|
}
|
|
}
|