Commit 00809b0aa9873fe32bfb5481cf5830394d9e2efa

Authored by jiangjiazhi
1 parent 4b94cab8a2

1

Showing 1 changed file with 4 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/AntExRecordWorker.java View file @ 00809b0
... ... @@ -135,8 +135,10 @@
135 135 }
136 136 antExRecordQuery1.setType(null);
137 137 antExRecordQuery1.setHospitalId(null);
138   -
139   - antExManagerResult.settTimes(recordService.count(antExRecordQuery1));
  138 + int tcount=recordService.count(antExRecordQuery1);
  139 + antExRecordQuery1.setType(1);
  140 + int tallcount=recordService.count(antExRecordQuery1);
  141 + antExManagerResult.settTimes(tcount-tallcount);
140 142 antExManagerResult.setChTimes(dichi-cdichi);
141 143 handleRisk(e, antExManagerResult);
142 144