Commit 0eb20672764ebcda5f7c09d32119d8e500557ffa
1 parent
37e92b6d9e
Exists in
master
and in
6 other branches
工位
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientSyncMysqlFacade.java
View file @
0eb2067
| ... | ... | @@ -3955,6 +3955,7 @@ | 
| 3955 | 3955 | //累计活产数 | 
| 3956 | 3956 | babyModelQuery.setBirthEnd(endDate); | 
| 3957 | 3957 | } | 
| 3958 | + System.out.println("活产"+babyModelQuery.convertToQuery().convertToMongoQuery().toString()); | |
| 3958 | 3959 | List<BabyModel> datas = babyBookbuildingService.queryBabyBuildByCond(babyModelQuery); | 
| 3959 | 3960 | if (CollectionUtils.isNotEmpty(datas)) | 
| 3960 | 3961 | { |