Commit ce7c1fe690909dcff0aa883dbe222d67b65130ce

Authored by hujiaqi
1 parent abf61ca87c
Exists in master and in 2 other branches 0116, dev

删除非导出字段

Showing 1 changed file with 3 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/MatDeliverController.java View file @ ce7c1fe
... ... @@ -221,6 +221,9 @@
221 221 }
222 222 Map<String, String> header = new LinkedHashMap<>();
223 223 Map<String, String> temp = childbirthManagerRequest.getInitQueryMap();
  224 + temp.remove("maternalDeliverId");
  225 + temp.remove("patientId");
  226 + temp.remove("pid");
224 227 String initQuery = childbirthManagerRequest.getInitQuery();
225 228 for (String key : temp.keySet()) {
226 229 if (initQuery.contains(key)) {