gao.qiang 2 недель назад
Родитель
Сommit
a4c1bb675c
1 измененных файлов с 1 добавлено и 1 удалено
  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>