Commit c7372fc93ef47c85e71ed36a2c513fb9b91d1f97
1 parent
f65737ce86
Exists in
master
and in
7 other branches
分娩作废产检劵
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntExRecordFacade.java
View file @
c7372fc
... | ... | @@ -423,7 +423,7 @@ |
423 | 423 | for (HashMap map : list) { |
424 | 424 | CjStatisticsResult cjStatisticsResult = new CjStatisticsResult(); |
425 | 425 | String dId = null; |
426 | - Object id = map.get("_id"); | |
426 | + Object id = map.get("checkDoctor"); | |
427 | 427 | if (null != id) { |
428 | 428 | dId = id.toString(); |
429 | 429 | } else { |