From 902e595ad0ae094198941a5903eb5ce94f4a3290 Mon Sep 17 00:00:00 2001 From: zhangyanduan Date: Wed, 29 Jun 2022 11:50:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20AWC=E7=B3=BB=E7=BB=9F=E5=AF=B9=E6=8E=A5?= =?UTF-8?q?=E5=8E=BB=E6=8E=89VPPSName=E5=AF=B9=E6=8E=A5=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mybatis/mapper/regulations/RegulationsMapper.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/adc-da-slrs/src/main/resources/mybatis/mapper/regulations/RegulationsMapper.xml b/adc-da-slrs/src/main/resources/mybatis/mapper/regulations/RegulationsMapper.xml index 2c8eb6f9..4ac3d17e 100644 --- a/adc-da-slrs/src/main/resources/mybatis/mapper/regulations/RegulationsMapper.xml +++ b/adc-da-slrs/src/main/resources/mybatis/mapper/regulations/RegulationsMapper.xml @@ -31,10 +31,6 @@ and (SAR_STAND_ATTR_INFO.KCCVPPSBM like concat(#{vppsCode},'%') or SAR_STAND_ATTR_INFO.CYCVPPSBM like concat(#{vppsCode},'%')) - - and (SAR_STAND_ATTR_INFO.KCCVPPSCN like concat('%',#{vppsName},'%') or SAR_STAND_ATTR_INFO.CYCVPPSCN like - concat('%',#{vppsName},'%')) - UNION SELECT sar_bussioness_stand.id AS standId, @@ -53,10 +49,6 @@ and (sar_buss_stand_attr_info.KCVPPSBMBUSS like concat(#{vppsCode},'%') or sar_buss_stand_attr_info.CYCVPPSBMBUSS like concat(#{vppsCode},'%')) - - and (sar_buss_stand_attr_info.KCVPPSCNBUSS like concat('%',#{vppsName},'%') or - sar_buss_stand_attr_info.CYCVPPSCNBUSS like concat('%',#{vppsName},'%')) - ) t