|
|
|
@@ -668,7 +668,7 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService { |
|
|
|
private WxCouponOrderCVo getCouponOrderCDetailVo(WxCouponOrder co,WxCoupon coupon) { |
|
|
|
List<Long> couponIds = new ArrayList<Long>(); |
|
|
|
couponIds.add(co.getCouponId()); |
|
|
|
Map<Long, List<WxMerchantVo>> couponMerchantVoMap = wxMerchantService.findCouponMerchantVoList(null, co, true); |
|
|
|
Map<Long, List<WxMerchantVo>> couponMerchantVoMap = wxMerchantService.findCouponMerchantVoList(couponIds, co, true); |
|
|
|
return getCouponOrderCDetailVo(co,coupon,couponMerchantVoMap); |
|
|
|
} |
|
|
|
|
|
|
|
|