Quellcode durchsuchen

维护查询接口

lutong vor 2 Monaten
Ursprung
Commit
845b752f69

+ 1 - 1
alien-store/src/main/java/shop/alien/store/service/impl/StoreInfoServiceImpl.java

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