From f6e7fb65d8cb8b0fd7d409febb72516138b8a966 Mon Sep 17 00:00:00 2001 From: "DESKTOP-KHENR06\\Jsowell" <123@jsowell.com> Date: Thu, 4 Jun 2026 09:07:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E4=BB=B6=E5=88=97=E8=A1=A8=E6=A0=B9?= =?UTF-8?q?=E6=8D=AE=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4=E5=80=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/pile/PileFirmwareInfoMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/jsowell-pile/src/main/resources/mapper/pile/PileFirmwareInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/PileFirmwareInfoMapper.xml index 29e8d98c5..ed5a2b78f 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/PileFirmwareInfoMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/PileFirmwareInfoMapper.xml @@ -29,6 +29,7 @@ and name like concat('%', #{name}, '%') and use_range = #{useRange,jdbcType=VARCHAR} + group by create_time DESC