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