|
|
|
@@ -266,6 +266,7 @@ public class WxCouponController extends BaseController { |
|
|
|
wxcv.setBeginTime(cc.getBeginTime()); |
|
|
|
wxcv.setEndTime(cc.getEndTime()); |
|
|
|
wxcv.setQrCode(cc.getQrCode()); |
|
|
|
wxcv.setTtSpuId(cc.getTtSpuId()); |
|
|
|
return wxcv; |
|
|
|
}else if(couponIdL > 0l){ |
|
|
|
WxCouponCVo wxcv = couponService.getVoById(couponIdL,tenantId); |
|
|
|
|