From 06842b9c367083c3bf77b8b54a1e1a32b68a2e5e Mon Sep 17 00:00:00 2001 From: zhangnaisong <2434969829@qq.com> Date: 星期六, 06 七月 2024 09:02:33 +0800 Subject: [PATCH] 电磁锁分页bug修改提交 --- ard-work/src/main/resources/mapper/sy/ArdTankLockMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ard-work/src/main/resources/mapper/sy/ArdTankLockMapper.xml b/ard-work/src/main/resources/mapper/sy/ArdTankLockMapper.xml index cba1517..c8e672e 100644 --- a/ard-work/src/main/resources/mapper/sy/ArdTankLockMapper.xml +++ b/ard-work/src/main/resources/mapper/sy/ArdTankLockMapper.xml @@ -92,7 +92,7 @@ </delete> <select id="getAll" resultMap="ArdTankLockResult"> - select * from ard_tank_lock atl order by atl.car_id + select * from ard_tank_lock atl order by atl.car_id,lock_num </select> <insert id="insertArdTankLocks" parameterType="com.ruoyi.sy.domain.ArdTankLock" > -- Gitblit v1.9.3