Commit af7941314e1a8680ebc23ac162897d3fbe56c193
1 parent
c6fa34ce1c
Exists in
master
and in
6 other branches
bug
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java
View file @
af79413
... | ... | @@ -599,7 +599,7 @@ |
599 | 599 | map.put("checkTime", getCheckTime((Integer) map.get("type"), (String) map.get("user_id"))); |
600 | 600 | restList.add(map); |
601 | 601 | } |
602 | - Integer count = couponMapper.findUnUsedInfoCount(CollectionUtils.createMap("userIds", userIds)); | |
602 | + Integer count = couponMapper.findUnUsedInfoCount(CollectionUtils.createMap("userIds", userIds, "hospitalId", hospitalId)); | |
603 | 603 | return RespBuilder.buildSuccess(new PageResult(count, page, limit, restList)); |
604 | 604 | } |
605 | 605 | return RespBuilder.buildSuccess(new PageResult(0, page, limit, null)); |