From 25ab9bd5a14a3ee6f72d7a58ce99ba4b51fc1d56 Mon Sep 17 00:00:00 2001 From: zengwh <81383286@qq.com> Date: Thu, 31 Dec 2020 15:42:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E8=AF=A6=E6=83=85=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=9F=A5=E8=AF=A2=E6=89=8B=E9=BA=BB=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/ArchiveOtherExtMapper.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/ArchiveOtherExtMapper.xml b/src/main/resources/mapper/ArchiveOtherExtMapper.xml index d7f0532..e58e35b 100644 --- a/src/main/resources/mapper/ArchiveOtherExtMapper.xml +++ b/src/main/resources/mapper/ArchiveOtherExtMapper.xml @@ -453,6 +453,7 @@ union all select + top 1 archive_other_ext.ID idTemp, SycTime, sysFlag, @@ -461,11 +462,11 @@ CONVERT(varchar(19),eTime,120) etimeStr, statusFlag, pResult, - C1, + '手麻系统病历' as C1, DID from archive_other_ext - and sysFlag = 5 and (C1 = '术前访视' or C1 = '术后访视' or C1 = '麻醉记录' or C1 = '麻醉小结') + and sysFlag = 5 /*and (C1 = '术前访视' or C1 = '术后访视' or C1 = '麻醉记录' or C1 = '麻醉小结')*/ union all