Commit 6042bc9b2edce9d1dd0266a8168d23e992bd1c3f

Authored by litao@lymsh.com
1 parent 713b9547c7

1111

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/RemoteFacade.java View file @ 6042bc9
... ... @@ -155,6 +155,7 @@
155 155 temp.put("ckz", ckz);
156 156 temp.put("type", errorPatientEnums.getId());
157 157 temp.put("modified", modified);
  158 + temp.put("patientId", null); // 小程序那边要这个key 不然解析不了
158 159 }
159 160  
160 161