From 1d6c07039cb020ada044bef1fd5e2032e8eefa9f Mon Sep 17 00:00:00 2001 From: zengwh <81383286@qq.com> Date: Tue, 14 Dec 2021 09:08:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9D=9E=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=91=98=E6=9F=A5=E8=AF=A2=E5=87=BA=E9=99=A2=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/Archive_MasterMapper.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/Archive_MasterMapper.xml b/src/main/resources/mapper/Archive_MasterMapper.xml index c315e9c..c78f112 100644 --- a/src/main/resources/mapper/Archive_MasterMapper.xml +++ b/src/main/resources/mapper/Archive_MasterMapper.xml @@ -456,7 +456,11 @@ archive_master.dept_admission_to, archive_master.LockInfo, archive_master.DOCTOR_IN_CHARGE, - archive_master.D1 + archive_master.D1, + CASE + WHEN LockInfo = '完整' THEN + '1' ELSE '0' + END isSuccess @@ -619,7 +623,7 @@