From 5e94332935da62448c17f89a807acf46a5ae3e75 Mon Sep 17 00:00:00 2001
From: Van333 <van666666@foxmail.com>
Date: 星期四, 15 十二月 2022 10:08:22 +0800
Subject: [PATCH] 本地诺瓦调整
---
dao/src/main/resources/mapper/AirDataMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dao/src/main/resources/mapper/AirDataMapper.xml b/dao/src/main/resources/mapper/AirDataMapper.xml
index b17035e..c945d8e 100644
--- a/dao/src/main/resources/mapper/AirDataMapper.xml
+++ b/dao/src/main/resources/mapper/AirDataMapper.xml
@@ -76,7 +76,7 @@
select t1.device_code
from pole_binding t1
left join pole t2 on t1.pole_id = t2.id
- where t1.device_type = 3
+ where t1.device_type = 11
and t1.pole_id = #{poleId}
<if test="clientId != null">
AND (t2.user_id = #{clientId} OR t2.client_id = #{clientId})
--
Gitblit v1.9.3