Commit be7c2490ad560ca48388e94154d9471ffe79f874

Authored by yangfei
1 parent f96f38d952

追访模块根据下次产检时间进行产检

Showing 2 changed files with 2 additions and 6 deletions

platform-job-index/src/main/java/com/lyms/platform/job/index/restore/data/ConvertHelper.java View file @ be7c249
... ... @@ -959,12 +959,6 @@
959 959 (lccNum == null ? "" : lccNum) + " 存活胎儿数:" +
960 960 (chNum == null ? "" : chNum));
961 961  
962   -
963   - System.out.println("孕产史:" + "孕次:" +
964   - (ycNum == null ? "" : ycNum) + " 产次:" +
965   - (ccNum == null ? "" : ccNum) + " 流产次:" +
966   - (lccNum == null ? "" : lccNum) + " 存活胎儿数:" +
967   - (chNum == null ? "" : chNum));
968 962 try {
969 963 //国家高危+自定义高危
970 964 List highrisks = JsonUtil.toList(antExChuModel.getHighrisk(), List.class);
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/TrackDownFacade.java View file @ be7c249
... ... @@ -301,10 +301,12 @@
301 301  
302 302 if(downQueryRequest.getStartNextCheckTime()!=null){//下次产检开始日期
303 303 patientsQuery.setNextCheckTimeStart(downQueryRequest.getStartNextCheckTime());
  304 + isPatient = true;
304 305 }
305 306  
306 307 if(downQueryRequest.getEndNextCheckTime()!=null){//下次产检结束日期
307 308 patientsQuery.setNextCheckTimeEnd(downQueryRequest.getEndNextCheckTime());
  309 + isPatient = true;
308 310 }
309 311  
310 312 if (downQueryRequest.getIsHightRisk() != null) {//是否高危:是:排除健康,否:等于健康