Commit b3f8d3fe9b44ecb83e74c36292f3b1c3135362fa
1 parent
f9b8d944c5
Exists in
master
and in
6 other branches
荣成接口
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/rcfy/RcGlxtService.java
View file @
b3f8d3f
| ... | ... | @@ -1472,8 +1472,8 @@ |
| 1472 | 1472 | AntExChuQuery antExChuQuery = new AntExChuQuery(); |
| 1473 | 1473 | antExChuQuery.setYn(YnEnums.YES.getId()); |
| 1474 | 1474 | antExChuQuery.setHospitalList(getHids()); |
| 1475 | - antExChuQuery.setCreatedTimeStart(start); | |
| 1476 | - antExChuQuery.setCreatedTimeEnd(end); | |
| 1475 | + antExChuQuery.setModifiedStart(start); | |
| 1476 | + antExChuQuery.setModifiedEnd(end); | |
| 1477 | 1477 | List<AntExChuModel> antExChuModels = antenatalExaminationService.queryAntExChu(antExChuQuery); |
| 1478 | 1478 | System.out.println("xxxxxx antExChuModels=" + antExChuModels.size()+"===="+antExChuQuery.convertToQuery().convertToMongoQuery().toString()); |
| 1479 | 1479 | if (org.apache.commons.collections.CollectionUtils.isNotEmpty(antExChuModels)) |