From 5c0e055917e34df48eae19535ff51a38eb5bef1e Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期二, 27 五月 2025 16:13:43 +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 b60baaa..d196d81 100644 --- a/src/main/resources/mapper/StationInfMapper.xml +++ b/src/main/resources/mapper/StationInfMapper.xml @@ -204,6 +204,7 @@ and tb_baojigroup_usr.uid=#{stic.uid} ) </if> + order by station_id asc </where> </select> -- Gitblit v1.9.1