From 2b72135e5942fe121b0723065a6598fcb8474dfc Mon Sep 17 00:00:00 2001 From: wang1007152140 <1007152140@qq.com> Date: Thu, 4 Feb 2021 09:00:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4=E7=97=85?= =?UTF-8?q?=E4=BE=8B=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tcm/src/main/java/com/ccsens/tcm/service/PatientService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/tcm/src/main/java/com/ccsens/tcm/service/PatientService.java b/tcm/src/main/java/com/ccsens/tcm/service/PatientService.java index 87c3439f..e5b98472 100644 --- a/tcm/src/main/java/com/ccsens/tcm/service/PatientService.java +++ b/tcm/src/main/java/com/ccsens/tcm/service/PatientService.java @@ -168,6 +168,7 @@ public class PatientService implements IPatientService { }else if(patientRecordList.size()+1==inpatient.getCollectionNum()){ patientInformation.setInputStatus((byte)2); } + patientInformationMapper.updateByPrimaryKeySelective(patientInformation); } }