Browse Source

修改用户列表查询

yum 4 years ago
parent
commit
ff9cafde00

+ 1 - 2
module-common/src/main/java/cn/com/ctop/common/module/mapper/xml/SysUserMapper.xml

@@ -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>