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