From f3f2071ff9030eaae806749627cf929b503b7be6 Mon Sep 17 00:00:00 2001 From: yangfei Date: Tue, 26 Sep 2017 09:14:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=95=E4=BA=A7=E5=A9=B4=E6=99=BA=E6=85=A7?= =?UTF-8?q?=E5=8C=BB=E7=96=97=E5=B9=B3=E5=8F=B0WEB-2048=20=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=BC=80=E9=80=9A-=E5=BC=80=E9=80=9A=E4=BA=BA?= =?UTF-8?q?=E5=92=8C=E5=BC=80=E9=80=9A=E6=97=B6=E9=97=B4=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E4=B8=AD=E4=B8=8D=E6=98=AF=E5=AD=98=E7=9A=84=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E7=9A=84=E5=BC=80=E9=80=9A=E4=BA=BA=E5=92=8C=E6=97=B6?= =?UTF-8?q?=E9=97=B4=EF=BC=8C=E8=80=8C=E6=98=AF=E5=AD=98=E7=9A=84=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E7=99=BB=E5=BD=95=E8=B4=A6=E5=8F=B7=E5=92=8C=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java index d577bd3..eb6cd73 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java @@ -148,8 +148,6 @@ public class PatientServiceFacade { } ps.setId(UUID.randomUUID().toString().replace("-", "")); ps.setHospitalId(hospitalId); - ps.setCreateDate(new Date()); - ps.setCreateUser(String.valueOf(id)); //默认开通状态 ps.setSerStatus(PatientSerEnums.SerStatusEnums.kt.getId()); //服务类型 -- 1.8.3.1