From d04a9074b319063d1429e3061e91ca75c6a6562e Mon Sep 17 00:00:00 2001 From: shanao Date: Wed, 23 Oct 2024 20:50:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=89=E5=85=A8=E7=8E=AF?= =?UTF-8?q?=E4=BF=9D=E6=A3=80=E6=9F=A5=E6=A3=80=E6=9F=A5=E6=83=85=E5=86=B5?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=A1=86=E4=B8=8D=E5=A5=BD=E4=BD=BF=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../datasource/inspection/SafetyEnvironmentalMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/mybatis/datasource/inspection/SafetyEnvironmentalMapper.xml b/src/main/resources/mybatis/datasource/inspection/SafetyEnvironmentalMapper.xml index 8ddbc7ce..18655387 100644 --- a/src/main/resources/mybatis/datasource/inspection/SafetyEnvironmentalMapper.xml +++ b/src/main/resources/mybatis/datasource/inspection/SafetyEnvironmentalMapper.xml @@ -308,6 +308,9 @@ and iou.NAME LIKE CONCAT(CONCAT('%', #{pd.INSPECTION_ORIGINATOR_NAME}),'%') + + and biss.SITUATION LIKE CONCAT('%', #{pd.INSPECTION_CASE},'%') + and f.INSPECTION_TYPE = #{pd.INSPECTION_TYPE}