Commit 0d516838885e0ecbe305e01a8d7c658cb79eb956

Authored by liquanyu
1 parent 13c50b597f

update

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyStatisticsManagerFacade.java View file @ 0d51683
... ... @@ -924,6 +924,7 @@
924 924 }
925 925 }
926 926 }
  927 + System.out.println(nocheckCount +" === "+ total);
927 928 babyCount.add(nocheckCount);
928 929 percent.add(percent(nocheckCount,total));
929 930 babyStatisticsManagerSelfConversionListResult.setResult(result);