From 2c258c39133435fa0e6e6da85d503982fd5a967d Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期五, 10 一月 2025 15:33:26 +0800
Subject: [PATCH] bug修改

---
 applet/src/main/resources/mapping/TStoreMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/applet/src/main/resources/mapping/TStoreMapper.xml b/applet/src/main/resources/mapping/TStoreMapper.xml
index b8f9c4c..7bdac75 100644
--- a/applet/src/main/resources/mapping/TStoreMapper.xml
+++ b/applet/src/main/resources/mapping/TStoreMapper.xml
@@ -55,6 +55,7 @@
                </if>
         from t_store
         where isDelete = ${@com.jilongda.common.enums.DisabledEnum@NO.getCode()}
+        and status = 1
         ORDER BY
         <if test="query.lon != null and query.lon != '' and query.lat != null and query.lat != ''">
             IFNULL(distance,0),

--
Gitblit v1.7.1