@@ -313,8 +313,7 @@ SELECT
<if test="sex != null and sex != ''">
AND t1.sex =#{sex}
</if>
- ORDER BY updTime DESC
- limit 99999
+
) t4
GROUP BY t4.id
</select>