From 9f3485f2e619f011d17952b4e2dac09ec702b724 Mon Sep 17 00:00:00 2001 From: wanglizhong <wlz> Date: 星期三, 14 五月 2025 17:48:27 +0800 Subject: [PATCH] fix:gps 查询修改超时时间 180000 --- ruoyi-system/src/main/resources/mapper/system/TbCallbackLogMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/TbCallbackLogMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TbCallbackLogMapper.xml index 24be3d7..158d758 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TbCallbackLogMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TbCallbackLogMapper.xml @@ -37,7 +37,7 @@ AND date_format(create_time,'%y%m%d') <= date_format(#{params.endTime},'%y%m%d') </if> </where> - order by create_time,id desc + order by id desc </select> <select id="selectTbCallbackLogById" parameterType="Long" resultMap="TbCallbackLogResult"> -- Gitblit v1.9.1