Commit ed60550b0e375c556bd084609718a8a089ac46ff

Authored by litao@lymsh.com
1 parent f81eae2ed6

逗号改括号

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/RemoteFacade.java View file @ ed60550
... ... @@ -146,7 +146,7 @@
146 146  
147 147 private void setTempInfo(String id, Map<String, Object> temp, Patients patients, String value, String desc, String ckz, ErrorPatientEnums errorPatientEnums, Date modified) {
148 148 if(patients == null) return;
149   - temp.put("id", id);
  149 + temp.put("id", id + ID_SEPARATOR + DateUtil.getymd());
150 150 temp.put("username", patients.getUsername());
151 151 temp.put("lastMenses", patients.getLastMenses().getTime()/1000);
152 152 temp.put("pid", patients.getPid());