From b1afb52760227edde06197e7cd7acd51cfafc357 Mon Sep 17 00:00:00 2001 From: penghao <964829629@qq.com> Date: Thu, 30 Mar 2023 17:13:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=B8=8E=E6=89=B9=E7=A4=BA?= =?UTF-8?q?=E5=88=86=E5=B8=83sql=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/project/PaProjectInfoMapper.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Rk-progect/ruoyi-project/src/main/resources/mapper/project/PaProjectInfoMapper.xml b/Rk-progect/ruoyi-project/src/main/resources/mapper/project/PaProjectInfoMapper.xml index c5e3b7fa..db137407 100644 --- a/Rk-progect/ruoyi-project/src/main/resources/mapper/project/PaProjectInfoMapper.xml +++ b/Rk-progect/ruoyi-project/src/main/resources/mapper/project/PaProjectInfoMapper.xml @@ -829,9 +829,9 @@ from "PUBLIC"."pa_instruction" - and year= #{year} - and year < 2016 - and year >= 2016 + and year= #{yearRadio2} + and year < 2016 + and year >= 2016 and "num" = #{num} and "total_num" = #{totalNum} @@ -862,9 +862,9 @@ "status" = '1' - and year= #{year} - and year < 2016 - and year >= 2016 + and year= #{yearRadio2} + and year < 2016 + and year >= 2016 and "num" = #{num} and "total_num" = #{totalNum}