Commit cb5cdbed5f3463e444d35743ff44eb7ad6e3064d
1 parent
08bc6728e7
Exists in
master
and in
1 other branch
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java
View file @
cb5cdbe
| ... | ... | @@ -4260,7 +4260,7 @@ |
| 4260 | 4260 | return new BaseObjectResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setData(datas).setErrormsg("成功"); |
| 4261 | 4261 | } |
| 4262 | 4262 | |
| 4263 | - int baby42 = getCheckCount(hospitalId, startDate,endDate,Arrays.asList(0,1)); | |
| 4263 | + int baby42 = getCheckCount(hospitalId, startDate,endDate,Arrays.asList(1)); | |
| 4264 | 4264 | datas.add(getMap(baby42, allBaby)); |
| 4265 | 4265 | |
| 4266 | 4266 | int baby3 = getCheckCount(hospitalId, startDate,endDate,Arrays.asList(3)); |