From 9f4ea53421b2f763502829b9f98261390ca6d9bc Mon Sep 17 00:00:00 2001 From: huangzj <826100833@qq.com> Date: Thu, 26 Oct 2023 08:43:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../njcn/csdevice/mapper/mapping/CsDevModelRelationMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/cs-device/cs-device-boot/src/main/java/com/njcn/csdevice/mapper/mapping/CsDevModelRelationMapper.xml b/cs-device/cs-device-boot/src/main/java/com/njcn/csdevice/mapper/mapping/CsDevModelRelationMapper.xml index 1d1e6ab..d250462 100644 --- a/cs-device/cs-device-boot/src/main/java/com/njcn/csdevice/mapper/mapping/CsDevModelRelationMapper.xml +++ b/cs-device/cs-device-boot/src/main/java/com/njcn/csdevice/mapper/mapping/CsDevModelRelationMapper.xml @@ -27,6 +27,7 @@ left join cs_dev_model t1 on t0.model_id = t1.id where + t0.status="1" and t0.dev_id = #{devId} and t1.`type` = #{type} \ No newline at end of file