From 70104b6c299764b3ac6403bfac0bb0b93db1558d Mon Sep 17 00:00:00 2001
From: 77 <77@77.com>
Date: Sun, 7 Apr 2024 23:26:28 +0800
Subject: [PATCH] init
---
.../resources/mapper/xq/DynamicMapper.xml | 30 +++++++++----------
1 file changed, 14 insertions(+), 16 deletions(-)
diff --git a/ruoyi-xq/src/main/resources/mapper/xq/DynamicMapper.xml b/ruoyi-xq/src/main/resources/mapper/xq/DynamicMapper.xml
index 843e70f..62c9cdf 100644
--- a/ruoyi-xq/src/main/resources/mapper/xq/DynamicMapper.xml
+++ b/ruoyi-xq/src/main/resources/mapper/xq/DynamicMapper.xml
@@ -29,22 +29,20 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
join xq_user t2 on t1.user_id = t2.id
left join xq_dynamic_star t3 on t1.id = t3.dynamic_id
where t1.audit_status = 2 and t2.status = 0
-
-
- and t2.gender = #{query.gender}
-
-
- and t2.birthday >= #{query.birthdayBegin}
-
-
-
-
-
- and t1.residence_code like concat(#{query.residenceCode},'%')
-
-
+
+ and t2.gender = #{query.gender}
+
+
+ and t2.birthday >= #{query.birthdayBegin}
+
+
+
+
+
+ and t1.residence_code like concat(#{query.residenceCode},'%')
+
group by t1.id