From 6f45409468b617e63cb407115b884befa8f31862 Mon Sep 17 00:00:00 2001
From: gaoguangchao <443960933@qq.com>
Date: Fri, 22 Mar 2024 13:27:58 +0800
Subject: [PATCH] =?UTF-8?q?useState=E5=8E=BB=E6=8E=89=E7=A9=BA=E5=80=BC?=
=?UTF-8?q?=E6=9D=A1=E4=BB=B6?=
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 cd5f9e41..fcf49c66 100644
--- a/zc-business/src/main/resources/mapper/business/DcDeviceMapper.xml
+++ b/zc-business/src/main/resources/mapper/business/DcDeviceMapper.xml
@@ -92,7 +92,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and t1.production_date = #{productionDate}
and t1.durable_years = #{durableYears}
and t1.installation_site = #{installationSite}
- and t1.use_state = #{useState}
+ and t1.use_state = #{useState}
and t1.device_state = #{deviceState}
and json_extract(t1.other_config,'$.childType') = #{otherConfig}
and t1.remark = #{remark}