Commit e90ca461774cf05f5e9c5d4e0da0159e6f4e4c49
1 parent
402082ce8d
Exists in
master
and in
6 other branches
产筛申请修改
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/PatientsService.java
View file @
e90ca46
... | ... | @@ -185,7 +185,7 @@ |
185 | 185 | //诸城产筛范围未11到 20+6 |
186 | 186 | if(his_version != null && "21".equals(his_version)) |
187 | 187 | { |
188 | - endDate = DateUtil.addDay(DateUtil.formatDate(new Date()), -76); | |
188 | + endDate = DateUtil.addDay(DateUtil.formatDate(new Date()), -77); | |
189 | 189 | } |
190 | 190 | |
191 | 191 | PatientsQuery patientsQuery = new PatientsQuery(); |