Commit cb6595f55bf7f821732dae32b14bc1962754c4c0
1 parent
71faf06b47
Exists in
master
and in
6 other branches
优惠券报表
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/ReportController.java
View file @
cb6595f
... | ... | @@ -211,7 +211,7 @@ |
211 | 211 | /*Map<String, Object> param = CollectionUtils.createMap("userId", getUserId(request), "startDate", startDate, |
212 | 212 | "endDate", endDate, "hospitalId", hospitalId, "provinceId", provinceId, "cityId", cityId, "areaId", |
213 | 213 | areaId, "tempId", tempId, "couponType", couponType);*/ |
214 | - Map<String, Object> param = CollectionUtils.createMap("userId", getUserId(request),"hospitalId", hospitalId,"tempId", tempId, "couponType", "1,2,3,4,5,6,7,8"); | |
214 | + Map<String, Object> param = CollectionUtils.createMap("userId", getUserId(request),"hospitalId", "1000000094","tempId", tempId, "couponType", "1,2,3,4,5,6,7,8"); | |
215 | 215 | return reportService.coupon(param); |
216 | 216 | } |
217 | 217 | |
... | ... | @@ -238,7 +238,7 @@ |
238 | 238 | /* Map<String, Object> param = CollectionUtils.createMap("userId", getUserId(request), "startDate", startDate, |
239 | 239 | "endDate", endDate, "hospitalId", hospitalId, "provinceId", provinceId, "cityId", cityId, "areaId", areaId, "type", type, |
240 | 240 | "tempId", tempId, "couponType", CollectionUtils.asList(couponType), "currentPage", page, "pageSize", limit);*/ |
241 | - Map<String, Object> param = CollectionUtils.createMap("userId", getUserId(request), "hospitalId", hospitalId, "type", type, | |
241 | + Map<String, Object> param = CollectionUtils.createMap("userId", getUserId(request), "hospitalId", "216", "type", type, | |
242 | 242 | "tempId", tempId, "couponType", CollectionUtils.asList("1,2,3,4,5,6,7,8"), "currentPage", page, "pageSize", limit); |
243 | 243 | return reportService.couponInfo(param); |
244 | 244 | } |