ソースを参照

http请求修改

gao.qiang 2 週間 前
コミット
a4c1bb675c

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