|
@@ -526,7 +526,7 @@ public class CouponController {
|
|
|
/**
|
|
/**
|
|
|
* 优惠券使用详情
|
|
* 优惠券使用详情
|
|
|
*/
|
|
*/
|
|
|
- @GetMapping("/get/receipt/detail/{couponId}")
|
|
|
|
|
|
|
+ @GetMapping("/get/used/detail/{couponId}")
|
|
|
public Result<SearchResult<CouponUsedDetailView>> getUsedDetail(@PathVariable Long couponId) {
|
|
public Result<SearchResult<CouponUsedDetailView>> getUsedDetail(@PathVariable Long couponId) {
|
|
|
SearchResult<CouponUsedDetailView> search = beanSearcher.search(CouponUsedDetailView.class, MapUtils.flatBuilder(request.getParameterMap())
|
|
SearchResult<CouponUsedDetailView> search = beanSearcher.search(CouponUsedDetailView.class, MapUtils.flatBuilder(request.getParameterMap())
|
|
|
.put("cid",String.format("and id = %s", couponId))
|
|
.put("cid",String.format("and id = %s", couponId))
|