From e63ba37f064c8262e1cb6dea05a4ec2e3535ae6c Mon Sep 17 00:00:00 2001 From: ZhuDongming <773644075@qq.com> Date: Wed, 24 Jun 2020 10:55:57 +0800 Subject: [PATCH] update --- src/main/java/com/moral/mapper/DeviceMapper.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/moral/mapper/DeviceMapper.java b/src/main/java/com/moral/mapper/DeviceMapper.java index 2d4ae0f..90a7ac3 100644 --- a/src/main/java/com/moral/mapper/DeviceMapper.java +++ b/src/main/java/com/moral/mapper/DeviceMapper.java @@ -42,4 +42,13 @@ List<Device> getDeviceList(Example example); String getLimitDataByDevice(Map<String, Object> parameters); + + List<String> getMacsByOrganizationId(@Param("organizationIdList") List<Object> organizationIdList); + + List<Device> getDeviceById1(@Param("id") int id); + + //������������������ + List<Device> getDeviceById2(@Param("id") int id); + + List<Device> getDeviceById3(@Param("id") int id); } \ No newline at end of file -- Gitblit v1.8.0