Browse Source

http请求修改

gao.qiang 2 weeks ago
parent
commit
a4c1bb675c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      base-system/src/main/resources/mapper/system/SysOperLogMapper.xml

+ 1 - 1
base-system/src/main/resources/mapper/system/SysOperLogMapper.xml

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