Commit 399b072f4203d324b35a2849aa12e006750edc59

Authored by liquanyu
1 parent 993ab7632e

筛查统计

Showing 1 changed file with 2 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ 399b072
... ... @@ -2576,7 +2576,8 @@
2576 2576 return "0";
2577 2577 }
2578 2578 int day = DateUtil.getDays(date, new Date());
2579   - int start = 15 * 7 + 3;
  2579 +// int start = 15 * 7 + 3;
  2580 + int start = 15 * 7;
2580 2581 if (his_version != null && "21".equals(his_version)) {
2581 2582 start = 11 * 7;
2582 2583 }