From 3f09745330ed9125c0c248062450a88d18600929 Mon Sep 17 00:00:00 2001 From: hxh Date: Wed, 12 Mar 2025 01:43:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=BB=98=E8=AE=A4=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=AE=A1=E6=89=B9=E7=8A=B6=E6=80=81=E4=B8=BA1,2=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shuili-system/src/main/resources/mapper/yxgh/DfYhV2Mapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/shuili-system/src/main/resources/mapper/yxgh/DfYhV2Mapper.xml b/shuili-system/src/main/resources/mapper/yxgh/DfYhV2Mapper.xml index 70822330..7cb54a29 100644 --- a/shuili-system/src/main/resources/mapper/yxgh/DfYhV2Mapper.xml +++ b/shuili-system/src/main/resources/mapper/yxgh/DfYhV2Mapper.xml @@ -36,6 +36,7 @@ LEFT JOIN bs_sgc_df_xcyj jl ON jl.id = ts.form_id WHERE ts.business_type = #{dto.businessType} + and ts.status in ('1','2') AND ts.status = #{dto.status}