|
@@ -785,9 +785,9 @@ public class StoreReservationServiceImpl extends ServiceImpl<StoreReservationMap
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//发放好友优惠券
|
|
//发放好友优惠券
|
|
|
- LifeDiscountCouponStoreFriendDto lifeDiscountCouponStoreFriendDto = new LifeDiscountCouponStoreFriendDto();
|
|
|
|
|
- lifeDiscountCouponStoreFriendDto.setOrderId(Integer.parseInt(order.getId().toString()));
|
|
|
|
|
- lifeDiscountCouponStoreFriendService.newIssueFriendCoupon(lifeDiscountCouponStoreFriendDto);
|
|
|
|
|
|
|
+// LifeDiscountCouponStoreFriendDto lifeDiscountCouponStoreFriendDto = new LifeDiscountCouponStoreFriendDto();
|
|
|
|
|
+// lifeDiscountCouponStoreFriendDto.setOrderId(Integer.parseInt(order.getId().toString()));
|
|
|
|
|
+// lifeDiscountCouponStoreFriendService.newIssueFriendCoupon(lifeDiscountCouponStoreFriendDto);
|
|
|
|
|
|
|
|
// 核销成功后,发送订金退款短信和通知
|
|
// 核销成功后,发送订金退款短信和通知
|
|
|
try {
|
|
try {
|