Commit ad70080b90f2c6af55d6102a40a46b6c411cca75
1 parent
221bc6b39e
Exists in
master
and in
6 other branches
分娩作废产检劵
Showing 1 changed file with 3 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyStatisticsManagerFacade.java
View file @
ad70080
... | ... | @@ -567,17 +567,17 @@ |
567 | 567 | Integer highRiskCnt1 = 0; |
568 | 568 | String highRiskPercent1 = "-"; |
569 | 569 | BabyStatisticsManagerBuildSourceListQueryModel babyStatisticsManagerBuildSourceListQueryModel2 = new BabyStatisticsManagerBuildSourceListQueryModel(); |
570 | - babyStatisticsManagerBuildSourceListQueryModel1.setLbName("外院分娩"); | |
570 | + babyStatisticsManagerBuildSourceListQueryModel2.setLbName("外院分娩"); | |
571 | 571 | Integer buildCnt2 = 0; |
572 | 572 | Integer highRiskCnt2 = 0; |
573 | 573 | String highRiskPercent2 = "-"; |
574 | 574 | BabyStatisticsManagerBuildSourceListQueryModel babyStatisticsManagerBuildSourceListQueryModel3 = new BabyStatisticsManagerBuildSourceListQueryModel(); |
575 | - babyStatisticsManagerBuildSourceListQueryModel1.setLbName("未知"); | |
575 | + babyStatisticsManagerBuildSourceListQueryModel3.setLbName("未知"); | |
576 | 576 | Integer buildCnt3 = 0; |
577 | 577 | Integer highRiskCnt3 = 0; |
578 | 578 | String highRiskPercent3 = "-"; |
579 | 579 | BabyStatisticsManagerBuildSourceListQueryModel babyStatisticsManagerBuildSourceListQueryModel4 = new BabyStatisticsManagerBuildSourceListQueryModel(); |
580 | - babyStatisticsManagerBuildSourceListQueryModel1.setLbName("总计"); | |
580 | + babyStatisticsManagerBuildSourceListQueryModel4.setLbName("总计"); | |
581 | 581 | Integer buildCnt4 = 0; |
582 | 582 | Integer highRiskCnt4 = 0; |
583 | 583 | String highRiskPercent4 = "-"; |