Commit 57f85b5d6255961a475a84f78c95dc0ae5cf9b07

Authored by liquanyu
1 parent 91a88cf8f4

update

Showing 1 changed file with 5 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/TrackDownFacade.java View file @ 57f85b5
... ... @@ -126,7 +126,11 @@
126 126 // cnames.put("cjzfDate", "产检追访时间");
127 127 // cnames.put("result", "产检追访结果");
128 128 cnames.put("cjDate", "末次产检日期");
129   - cnames.put("overTimes", "预约逾期次数");
  129 + cnames.put("trackDownTime", "产检追访日期");
  130 + cnames.put("result", "产检追访结果");
  131 + cnames.put("tzycTrackDownTime", "体重追访日期");
  132 + cnames.put("tzycResult", "体重追访结果");
  133 + //cnames.put("overTimes", "预约逾期次数");
130 134  
131 135 } else if (downQueryRequest.getTrackType() == 4) { // 产前筛查
132 136 cnames.put("week", "孕周");