浏览代码

修改用户列表查询

yum 4 年之前
父节点
当前提交
ff9cafde00
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      module-common/src/main/java/cn/com/ctop/common/module/mapper/xml/SysUserMapper.xml

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