Commit 395abceb27c0fe918b5a3e4f536eeb4791d2763a
1 parent
ff038adf09
Exists in
master
and in
6 other branches
更新
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/lcdcf/LcdcfHisService.java
View file @
395abce
... | ... | @@ -204,6 +204,7 @@ |
204 | 204 | |
205 | 205 | public void createFile(Document doc, JSONObject jsonObject) throws DocumentException { |
206 | 206 | String reportName = jsonObject.getString("lisTypeName"); |
207 | + reportName = reportName.trim(); | |
207 | 208 | String hospitalName = jsonObject.get("hospitalName").toString(); |
208 | 209 | String age = jsonObject.get("age").toString(); |
209 | 210 | String sexCode = jsonObject.get("sex").toString(); |