@@ -76,7 +76,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</when>
<!-- 有查询条件时使用正常排序和分页 -->
<otherwise>
- ORDER BY oper_time DESC 60000
+ ORDER BY oper_time DESC LIMIT 60000
</otherwise>
</choose>
</select>