|
|
@@ -248,6 +248,7 @@ public class WxCouponPasswordController extends BaseController { |
|
|
Map retMap = new HashMap(); |
|
|
Map retMap = new HashMap(); |
|
|
retMap.put("title", coupon.getTitle()); |
|
|
retMap.put("title", coupon.getTitle()); |
|
|
retMap.put("couponPasswordId", password.getId()); |
|
|
retMap.put("couponPasswordId", password.getId()); |
|
|
|
|
|
retMap.put("supportTransfer", coupon.getSupportTransfer()); |
|
|
if (null != password.getCardId()) { |
|
|
if (null != password.getCardId()) { |
|
|
WxCardInfo cardInfo = wxCardInfoService.getById(password.getCardId()); |
|
|
WxCardInfo cardInfo = wxCardInfoService.getById(password.getCardId()); |
|
|
if (null != cardInfo) { |
|
|
if (null != cardInfo) { |
|
|
|