From 69f44f6202f08cf38b9c4fcb9698e19e62d6c53f Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Tue, 2 Aug 2022 18:01:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=20=2056827?= =?UTF-8?q?=20=E6=A0=87=E5=87=86=E5=90=88=E8=A7=84=E8=AF=84=E4=BC=B0?= =?UTF-8?q?=E6=B5=81=E7=A8=8B-=E9=A1=B9=E7=9B=AE=E5=88=86=E5=8F=91?= =?UTF-8?q?=E8=8A=82=E7=82=B9=EF=BC=8C=E9=80=89=E6=8B=A9=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E9=80=BB=E8=BE=91=20=E5=BA=94=E8=AF=A5=E6=98=AF=E2=80=9C?= =?UTF-8?q?=E5=B7=B2=E7=BB=B4=E6=8A=A4=E2=80=9D+=E2=80=9C=E6=9C=AA?= =?UTF-8?q?=E7=BB=B4=E6=8A=A4=E2=80=9D=EF=BC=8C=E7=8E=B0=E5=9C=A8=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E7=9A=84=E6=8C=BA=E4=B9=B1=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sarStandProjectLibrary/SarStandProjectLibraryMapper.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/adc-da-slrs/src/main/resources/mybatis/mapper/sarStandProjectLibrary/SarStandProjectLibraryMapper.xml b/adc-da-slrs/src/main/resources/mybatis/mapper/sarStandProjectLibrary/SarStandProjectLibraryMapper.xml index 10ba9e1d..0abda4a1 100644 --- a/adc-da-slrs/src/main/resources/mybatis/mapper/sarStandProjectLibrary/SarStandProjectLibraryMapper.xml +++ b/adc-da-slrs/src/main/resources/mybatis/mapper/sarStandProjectLibrary/SarStandProjectLibraryMapper.xml @@ -455,6 +455,9 @@ select sar_stand_project_library.* , ts_user.UNAME as uName from sar_stand_project_library left join ts_user on ts_user.USID = sar_stand_project_library.project_manager where 1=1 + + and sar_stand_project_library.flag=#{sarStandProjectLibrary.flag} + and sar_stand_project_library.management_host_name=#{sarStandProjectLibrary.managementHostName} @@ -481,6 +484,9 @@ select count(sar_stand_project_library.id) from sar_stand_project_library left join ts_user on ts_user.USID = sar_stand_project_library.project_manager where 1=1 + + and sar_stand_project_library.flag=#{sarStandProjectLibrary.flag} + and sar_stand_project_library.management_host_name=#{sarStandProjectLibrary.managementHostName}