소스 검색

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

penghao 1 주 전
부모
커밋
333f800d88
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      alien-store/src/main/java/shop/alien/store/service/impl/StoreInfoServiceImpl.java

+ 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;