From ed60550b0e375c556bd084609718a8a089ac46ff Mon Sep 17 00:00:00 2001 From: "litao@lymsh.com" Date: Fri, 15 Dec 2017 09:17:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=97=E5=8F=B7=E6=94=B9=E6=8B=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/lyms/platform/operate/web/facade/RemoteFacade.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/RemoteFacade.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/RemoteFacade.java index 62885b3..59e0e6c 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/RemoteFacade.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/RemoteFacade.java @@ -146,7 +146,7 @@ public class RemoteFacade { private void setTempInfo(String id, Map temp, Patients patients, String value, String desc, String ckz, ErrorPatientEnums errorPatientEnums, Date modified) { if(patients == null) return; - temp.put("id", id); + temp.put("id", id + ID_SEPARATOR + DateUtil.getymd()); temp.put("username", patients.getUsername()); temp.put("lastMenses", patients.getLastMenses().getTime()/1000); temp.put("pid", patients.getPid()); -- 1.8.3.1