Ver código fonte

Merge remote-tracking branch 'origin/sit' into sit

penghao 1 semana atrás
pai
commit
333f800d88

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

@@ -2868,7 +2868,7 @@ public class StoreInfoServiceImpl extends ServiceImpl<StoreInfoMapper, StoreInfo
         // 过滤永久关门的店铺
         queryWrapper.ne("a.business_status", 99);
         // 过滤过期的经营许可证
-        queryWrapper.ge("a.entertainment_licence_expiration_time", new Date());
+//        queryWrapper.ge("a.entertainment_licence_expiration_time", new Date());
 
         // 距离优先模式:只显示10公里内且3.5星以上的店铺
         final Double finalDistance;
@@ -3656,7 +3656,7 @@ public class StoreInfoServiceImpl extends ServiceImpl<StoreInfoMapper, StoreInfo
         // 过滤永久关门的店铺
         queryWrapper.ne("a.business_status", 99);
         // 过滤过期的经营许可证
-        queryWrapper.ge("a.entertainment_licence_expiration_time", new Date());
+//        queryWrapper.ge("a.entertainment_licence_expiration_time", new Date());
 
         // 距离优先模式:只显示10公里内且3.5星以上的店铺
         final Double finalDistance;