From 8d76f32f53f818e9edd8ab81c61867bef6681519 Mon Sep 17 00:00:00 2001 From: whycxzp <glperry@163.com> Date: 星期二, 25 三月 2025 09:55:18 +0800 Subject: [PATCH] 排序 --- src/main/resources/mapper/StationInfMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/StationInfMapper.xml b/src/main/resources/mapper/StationInfMapper.xml index 18fc975..09ed90d 100644 --- a/src/main/resources/mapper/StationInfMapper.xml +++ b/src/main/resources/mapper/StationInfMapper.xml @@ -18,6 +18,7 @@ power_inf.power_id=sinf_pinf.pinf_id and sinf_pinf.sinf_id=#{sinfId} </where> + order by power_inf.power_id asc </select> </mapper> \ No newline at end of file -- Gitblit v1.9.1