From 52eb3f0befcb397d2fdd645c8d7471d6ee477f87 Mon Sep 17 00:00:00 2001
From: zhanzhiqin <895896009@qq.com>
Date: 星期一, 09 五月 2022 16:36:38 +0800
Subject: [PATCH] 权限

---
 dao/src/main/resources/mapper/AirDataMapper.xml |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/dao/src/main/resources/mapper/AirDataMapper.xml b/dao/src/main/resources/mapper/AirDataMapper.xml
index 23b0f61..889c5c3 100644
--- a/dao/src/main/resources/mapper/AirDataMapper.xml
+++ b/dao/src/main/resources/mapper/AirDataMapper.xml
@@ -31,12 +31,6 @@
         <result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/>
     </resultMap>
 
-    <select id="listAirEquipmentMAC" resultType="java.lang.String">
-        SELECT DISTINCT device_mac
-        FROM air_data
-    </select>
-
-
     <select id="listAirId" resultType="java.lang.Long">
         SELECT
         MAX(t1.id) AS air_id

--
Gitblit v1.9.3