From e59d814f884885d2a3935d046ada3d5742ef4926 Mon Sep 17 00:00:00 2001
From: mengff <1198151809@qq.com>
Date: Mon, 4 Mar 2024 11:42:08 +0800
Subject: [PATCH] =?UTF-8?q?--=E8=B7=AF=E7=BD=91=E8=AE=BE=E6=96=BD=EF=BC=8C?=
=?UTF-8?q?=E6=91=84=E5=83=8F=E6=9C=BA=E3=80=81=E6=83=85=E6=8A=A5=E6=9D=BF?=
=?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=A2=9E=E5=8A=A0=E5=AD=90=E7=B1=BB=E6=9F=A5?=
=?UTF-8?q?=E8=AF=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/business/DcDeviceMapper.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zc-business/src/main/resources/mapper/business/DcDeviceMapper.xml b/zc-business/src/main/resources/mapper/business/DcDeviceMapper.xml
index 0ed20b42..52c868b6 100644
--- a/zc-business/src/main/resources/mapper/business/DcDeviceMapper.xml
+++ b/zc-business/src/main/resources/mapper/business/DcDeviceMapper.xml
@@ -90,7 +90,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and t1.installation_site = #{installationSite}
and t1.use_state = #{useState}
and t1.device_state = #{deviceState}
- and t1.other_config = #{otherConfig}
+ and json_extract(t1.other_config,'$.childType') = #{otherConfig}
and t1.remark = #{remark}
and t1.create_time = #{createTime}
and t1.update_time = #{updateTime}