From 9bd8a1fd981e22dbbb2a1f9ef0c8919e5ac00691 Mon Sep 17 00:00:00 2001 From: "Mr.Wang" Date: Mon, 17 Jun 2024 09:34:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=9E=E6=9C=BA=E9=A2=84=E8=AD=A6-=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E5=88=97=E8=A1=A8=E5=A2=9E=E5=8A=A0=E6=94=B6=E8=B4=B9?= =?UTF-8?q?=E7=AB=99=E6=90=9C=E7=B4=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/business/DcPerceivedEventsWarningMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/zc-business/src/main/resources/mapper/business/DcPerceivedEventsWarningMapper.xml b/zc-business/src/main/resources/mapper/business/DcPerceivedEventsWarningMapper.xml index 1e914102..ff92da8a 100644 --- a/zc-business/src/main/resources/mapper/business/DcPerceivedEventsWarningMapper.xml +++ b/zc-business/src/main/resources/mapper/business/DcPerceivedEventsWarningMapper.xml @@ -70,6 +70,7 @@ left JOIN dc_stake_mark AS mark ON mark.stake_mark=warning.stake_mark and mark.direction=warning.direction left join dc_facility as facility on facility.stake_mark=warning.stake_mark and facility.facility_type=1 + and facility.facility_name like concat('%', #{facilityName}, '%') and warning.warning_source = #{warningSource} and warning.warning_state = #{warningState} and warning.warning_type = #{warningType}