From baa1328ae280ea8fb5dedbf7710ebf73b5518a0c Mon Sep 17 00:00:00 2001 From: xuhaoxiang <1216720373@qq.com> Date: Mon, 16 Aug 2021 10:18:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E7=BA=B8=E5=8C=96=E5=BD=92=E6=A1=A3?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/Archive_MasterMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/mapper/Archive_MasterMapper.xml b/src/main/resources/mapper/Archive_MasterMapper.xml index 7fa77d1f..26eed5da 100644 --- a/src/main/resources/mapper/Archive_MasterMapper.xml +++ b/src/main/resources/mapper/Archive_MasterMapper.xml @@ -414,6 +414,7 @@ on m.id=s.archive_detail_id LEFT JOIN archive_other ao on m.id=ao.masterID + and ao.sysFlag='1' LEFT JOIN (select MasterID,COUNT(*) num from archive_printInfo group by MasterID) printTable on m.id=printTable.MasterID where 1=1 and ArchiveState in('初审')