|
|
|
@@ -235,9 +235,10 @@ public class WxCouponPasswordController extends BaseController { |
|
|
|
if (null != cardInfo) { |
|
|
|
Long owner = cardInfo.getOwnerUserId(); |
|
|
|
if (!owner.equals(Constant.defaultCUserId)) { |
|
|
|
retMap.put("ownerUserId", owner); |
|
|
|
WxCUserBasicInfo user = userService.getById(owner, password.getFinalTenantId()); |
|
|
|
if (null != user) { |
|
|
|
retMap.put("owner", user.getPhone()); |
|
|
|
retMap.put("ownerPhone", user.getPhone()); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|