Commit f99fa1b9e9c3be517afe5ef6a143d5805098050d
1 parent
6e16bb30f2
Exists in
master
and in
1 other branch
增加统计1
Showing 2 changed files with 4 additions and 0 deletions
platform-dal/src/main/java/com/lyms/platform/query/AntExRecordQuery.java
View file @
f99fa1b
... | ... | @@ -143,6 +143,9 @@ |
143 | 143 | if (null != status) { |
144 | 144 | condition = condition.and("status", status, MongoOper.IS); |
145 | 145 | } |
146 | + if (null != cId) { | |
147 | + condition = condition.and("checkDoctor", cId, MongoOper.IS); | |
148 | + } | |
146 | 149 | |
147 | 150 | if (null != hospitalId) { |
148 | 151 | condition = condition.and("hospitalId", hospitalId, MongoOper.IS); |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntExRecordFacade.java
View file @
f99fa1b
... | ... | @@ -74,6 +74,7 @@ |
74 | 74 | antExRecordQuery.setNeed("1"); |
75 | 75 | antExRecordQuery.setPage(statisticsQueryRequest.getPage()); |
76 | 76 | antExRecordQuery.setLimit(statisticsQueryRequest.getLimit()); |
77 | + antExRecordQuery.setcId(statisticsQueryRequest.getdId()); | |
77 | 78 | antExRecordQuery.setLevelId(statisticsQueryRequest.getLevelId()); |
78 | 79 | if (null != statisticsQueryRequest.getStatus()) { |
79 | 80 | //1 |