From 167236d51d359745c6abe0b6ed827b2ff7d37a4b Mon Sep 17 00:00:00 2001 From: whycxzp <glperry@163.com> Date: 星期二, 17 六月 2025 17:39:42 +0800 Subject: [PATCH] 领导层首页-运行监控界面 --- src/main/java/com/whyc/mapper/DeviceStateMapper.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/whyc/mapper/DeviceStateMapper.java b/src/main/java/com/whyc/mapper/DeviceStateMapper.java index 8270098..a3a71d5 100644 --- a/src/main/java/com/whyc/mapper/DeviceStateMapper.java +++ b/src/main/java/com/whyc/mapper/DeviceStateMapper.java @@ -9,4 +9,7 @@ public interface DeviceStateMapper extends CustomMapper<DeviceState>{ //璁惧宸ヤ綔鐘舵�佺粺璁� List<DeviceState> getDeviceStateStatistic(@Param("stic") DeviceStateStic stic); + + List<DeviceState> getListByUserId(Integer userId); + } \ No newline at end of file -- Gitblit v1.9.1