Commit 1b5486635c296899bbe621b4bed7c3a03728aa78
1 parent
e4f540533b
Exists in
master
and in
1 other branch
test
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java
View file @
1b54866
... | ... | @@ -416,6 +416,7 @@ |
416 | 416 | param.put("status", 2); |
417 | 417 | param.put("couponType", CollectionUtils.asList((String) param.get("couponType"))); |
418 | 418 | |
419 | + | |
419 | 420 | List<Map<String, Object>> couponReport = couponMapper.findReport(param); /** 优惠券统计详情(发放人数、发放券数、使用人数、使用券数) */ |
420 | 421 | List<Map<String, Object>> usedInfo = couponMapper.findUsedInfo(param); /** 优惠券使用详情 */ |
421 | 422 | List<String> xAxis = new ArrayList<>(); |