|
|
|
@@ -883,7 +883,7 @@ public class WxPayOrderServiceImpl implements WxPayOrderService { |
|
|
|
basicUserId = cUser.getBasicUserId(); |
|
|
|
}else { |
|
|
|
//扫码支付的会员固定 |
|
|
|
basicUserId = Long.parseLong(record.getTenantId()+"0001"); |
|
|
|
basicUserId = Long.parseLong(record.getFinalTenantId()+"0001"); |
|
|
|
WxCUserBasicInfo basicInfo = wxCUserBasicInfoMapper.selectById(basicUserId,record.getFinalTenantId()); |
|
|
|
if (null == basicInfo) { |
|
|
|
basicInfo = new WxCUserBasicInfo(); |
|
|
|
|