From 3edefae4289df0285fcc71cf5cb3a0f40fd6f228 Mon Sep 17 00:00:00 2001
From: yanghui <2536613402@qq.com>
Date: 星期四, 01 十二月 2022 16:05:39 +0800
Subject: [PATCH] #feat 查询自提点显示的

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ConvenientElevatingPointServiceImpl.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ConvenientElevatingPointServiceImpl.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ConvenientElevatingPointServiceImpl.java
index f558c61..26dab54 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ConvenientElevatingPointServiceImpl.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ConvenientElevatingPointServiceImpl.java
@@ -153,7 +153,8 @@
                         .ge(ConvenientElevatingPointDO::getLat, minLng)
                         .le(ConvenientElevatingPointDO::getLat, maxLng)
                         .ge(ConvenientElevatingPointDO::getLon, minLat)
-                        .le(ConvenientElevatingPointDO::getLon, maxLat));
+                        .le(ConvenientElevatingPointDO::getLon, maxLat)
+                        .eq(ConvenientElevatingPointDO::getBusinessStatus,1));
         List<ConvenientElevatingPointVO> convenientElevatingPointVOS = new ArrayList<>();
         convenientElevatingPointDOS.forEach(f -> {
             ConvenientElevatingPointVO convenientElevatingPointVO = new ConvenientElevatingPointVO();

--
Gitblit v1.7.1