瀏覽代碼

修改用户列表查询

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 != ''">
         <if test="sex != null and sex != ''">
             AND t1.sex =#{sex}
             AND t1.sex =#{sex}
         </if>
         </if>
-        ORDER BY updTime DESC
-        limit 99999
+
         ) t4
         ) t4
         GROUP BY t4.id
         GROUP BY t4.id
     </select>
     </select>