|
|
|
@@ -1671,7 +1671,7 @@ public class WxOrderServiceImpl implements WxOrderService { |
|
|
|
msg.setModelId(temp.getId()); |
|
|
|
Map<String,String> map = new HashMap<>(); |
|
|
|
map.put("优惠券名称",coupon.getTitle()); |
|
|
|
map.put("剩余时间",dateFormat.format(couponOrder.getExpiredTime())); |
|
|
|
map.put("剩余时间","至"+ dateFormat.format(couponOrder.getExpiredTime())); |
|
|
|
map.put("备注","你的优惠券已到账!请立即使用"); |
|
|
|
if(EnumCouponType.COUPON_TINGCHE.getCode().equals(couponOrder.getCouponType()) |
|
|
|
|| EnumCouponType.COUPON_CREDIT_PARK.getCode().equals(couponOrder.getCouponType())){ |
|
|
|
|