Commit c10385719e3a5a0f038c114eee75f6d2b8890544
1 parent
2849a8e992
Exists in
master
and in
6 other branches
修改初诊高危因素
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
c103857
... | ... | @@ -283,7 +283,8 @@ |
283 | 283 | |
284 | 284 | //产检基本信息 |
285 | 285 | map.put("checkDate",DateUtil.getyyyy_MM_dd(data.getCheckTime())); |
286 | - //TODO 产检孕周 | |
286 | + //产检孕周 | |
287 | + map.put("cDueWeek",data.getcDueWeek()); | |
287 | 288 | String checkDoctor = ""; |
288 | 289 | |
289 | 290 | if (org.apache.commons.lang.StringUtils.isNotEmpty(data.getProdDoctor())){ |