Commit 614de6e412b9df98ecbf30e9432497da8036fbeb

Authored by hujiaqi
1 parent 195ff6d3d1

高危评分

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 @ 614de6e
... ... @@ -899,9 +899,9 @@
899 899  
900 900 // 下面的表格
901 901 Integer check1 = result.get(0);
902   - Integer check3 = result.get(2) - result.get(0);
903   - Integer check6 = result.get(5) - result.get(2);
904   - Integer check12 = result.get(11) - result.get(5);
  902 + Integer check3 = result.get(2);
  903 + Integer check6 = result.get(5);
  904 + Integer check12 = result.get(11);
905 905  
906 906 Integer checkOther = total - result.get(11);
907 907