From 3b3afebb93f8e41e2a69c6d5bc51fe0df5dc3148 Mon Sep 17 00:00:00 2001
From: "liang.chao" <1360241448@qq.com>
Date: Fri, 6 Feb 2026 10:20:00 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
resources/mybatis/index/IndexHomeDetailsMapper.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/resources/mybatis/index/IndexHomeDetailsMapper.xml b/resources/mybatis/index/IndexHomeDetailsMapper.xml
index 03f7af0..c7a1580 100644
--- a/resources/mybatis/index/IndexHomeDetailsMapper.xml
+++ b/resources/mybatis/index/IndexHomeDetailsMapper.xml
@@ -272,9 +272,7 @@
and mat2.`NAME` like concat ('%',#{maType},'%')
-
- and rs.isCount = #{isCount}
-
+
GROUP BY rs.typeId
) a WHERE
@@ -287,6 +285,9 @@
mt.`LEVEL` = 4
AND mt.IS_ACTIVE = 1
)
+
+ and a.isCount = #{isCount}
+