From 9d2b65068df0e9370f20335af4725c4d82f3583c Mon Sep 17 00:00:00 2001 From: yangfei Date: Wed, 21 Jun 2017 17:24:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=8F=B7bug=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java index 37d7674..8b2bd74 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java @@ -1223,7 +1223,7 @@ public class ViewFacade { } if (placenta.get("gjwzOther")!=null) { - placetaMap.put("gjwzOther", placenta.get("gjwzOther ")); + placetaMap.put("gjwzOther", placenta.get("gjwzOther")); } if (placenta.get("gjydOther")!=null) { -- 1.8.3.1