Commit b3273a79ec526681c72ffa78d069c3c72d6cf5f1
1 parent
fd5de7caf4
Exists in
master
and in
6 other branches
高危评分
Showing 1 changed file with 3 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyStatisticsManagerController.java
View file @
b3273a7
... | ... | @@ -110,7 +110,7 @@ |
110 | 110 | Map<String, String> header = new LinkedHashMap<>(); |
111 | 111 | header.put("name", "姓名"); |
112 | 112 | header.put("sex", "性别"); |
113 | - header.put("monthAge", "月龄"); | |
113 | + header.put("monthAge", "建档月龄"); | |
114 | 114 | header.put("birth", "出生日期"); |
115 | 115 | header.put("buildDate", "建档日期"); |
116 | 116 | header.put("diagnose", "高危诊断"); |
... | ... | @@ -195,7 +195,7 @@ |
195 | 195 | Map<String, String> header = new LinkedHashMap<>(); |
196 | 196 | header.put("name", "姓名"); |
197 | 197 | header.put("sex", "性别"); |
198 | - header.put("monthAge", "月龄"); | |
198 | + header.put("monthAge", "体检月龄"); | |
199 | 199 | header.put("birth", "出生日期"); |
200 | 200 | header.put("checkDate", "检查日期"); |
201 | 201 | header.put("diagnose", "高危诊断"); |
... | ... | @@ -280,7 +280,7 @@ |
280 | 280 | Map<String, String> header = new LinkedHashMap<>(); |
281 | 281 | header.put("name", "姓名"); |
282 | 282 | header.put("sex", "性别"); |
283 | - header.put("monthAge", "月龄"); | |
283 | + header.put("monthAge", "体检月龄"); | |
284 | 284 | header.put("birth", "出生日期"); |
285 | 285 | header.put("checkDate", "检查日期"); |
286 | 286 | header.put("diagnose", "高危诊断"); |