gao.qiang пре 2 месеци
родитељ
комит
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>