Commit ce21481063eb95ea8924e8671e934a6264105dde

Authored by shiyang
1 parent 030e7a198c

update

Showing 1 changed file with 2 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java View file @ ce21481
... ... @@ -8861,11 +8861,12 @@
8861 8861 antExChuQuery.setLpXhdbStart(null);
8862 8862 antExChuQuery.setLpXhdbEnd("41");
8863 8863 Long severity = mongoTemplate.count(antExChuQuery.convertToQuery().convertToMongoQuery(), AntExChuModel.class);
  8864 + map.put("severity",severity);
8864 8865 //无贫血(>109g/l)
8865 8866 antExChuQuery.setLpXhdbStart("110");
8866 8867 antExChuQuery.setLpXhdbEnd(null);
8867 8868 Long nothing = mongoTemplate.count(antExChuQuery.convertToQuery().convertToMongoQuery(), AntExChuModel.class);
8868   - map.put("severity",severity);
  8869 + map.put("nothing",nothing);
8869 8870  
8870 8871 map.put("total",light+middle+matter+severity+nothing);
8871 8872 br.setErrorcode(ErrorCodeConstants.SUCCESS);