Commit 7334517c76993e94d93c283f1a4723700f672aed
1 parent
d2f1b8e406
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 6 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/TrackDownFacade.java
View file @
7334517
| ... | ... | @@ -121,10 +121,12 @@ |
| 121 | 121 | cnames.put("week", "孕周"); |
| 122 | 122 | cnames.put("rFactor", "高危因素"); |
| 123 | 123 | cnames.put("checkCount", "本院产检次数"); |
| 124 | - cnames.put("yyTime", "产检日期"); | |
| 125 | - cnames.put("yycjDate", "预约产检日期"); | |
| 126 | - cnames.put("cjzfDate", "产检追访时间"); | |
| 127 | - cnames.put("result", "产检追访结果"); | |
| 124 | +// cnames.put("yyTime", "产检日期"); | |
| 125 | +// cnames.put("yycjDate", "预约产检日期"); | |
| 126 | +// cnames.put("cjzfDate", "产检追访时间"); | |
| 127 | +// cnames.put("result", "产检追访结果"); | |
| 128 | + cnames.put("cjDate", "末次产检日期"); | |
| 129 | + cnames.put("overTimes", "预约逾期次数"); | |
| 128 | 130 | |
| 129 | 131 | } else if (downQueryRequest.getTrackType() == 4) { // 产前筛查 |
| 130 | 132 | cnames.put("week", "孕周"); |