|
|
|
@@ -490,7 +490,7 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService { |
|
|
|
WxMerchantBUser b = bUserMap.get(bvo.getBUserId()); |
|
|
|
if (null != b) { |
|
|
|
bvo.setbUserName(b.getName()); |
|
|
|
bvo.setBUserPhone(b.getPhone()); |
|
|
|
bvo.setbUserPhone(b.getPhone()); |
|
|
|
WxMerchant merchant = merchantSimpleMap.get(b.getMerchantId()); |
|
|
|
if (null != merchant) { |
|
|
|
bvo.setMerchantName(merchant.getName()); |
|
|
|
@@ -1010,7 +1010,7 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService { |
|
|
|
} |
|
|
|
//co.setChannelType();) |
|
|
|
if(null != co.getBUserId()){ |
|
|
|
co.setBUserPhone(buserPhoneMap.get(co.getBUserId())); |
|
|
|
co.setbUserPhone(buserPhoneMap.get(co.getBUserId())); |
|
|
|
} |
|
|
|
|
|
|
|
retList.add(co); |
|
|
|
|