|
|
|
@@ -94,9 +94,9 @@ public class AliBusinessCircleOrderServiceImpl implements AliBusinessCircleOrder |
|
|
|
userQ.setAlipayUserId(record.getBuyerId()); |
|
|
|
AliPayCUser aliUser = aliPayCUserService.getByAliPayUserId(userQ); |
|
|
|
// WxCUserBasicInfo infoByPhone = wxCUserBasicInfoService.findInfoByPhone(aliUser, aliUser.getPhone()); |
|
|
|
WxCUserBasicInfo infoByPhone = wxCUserBasicInfoService.registerByPhone(aliUser, aliUser.getPhone()); |
|
|
|
if(infoByPhone != null ){ |
|
|
|
record.setCUserId(infoByPhone.getId()); |
|
|
|
// WxCUserBasicInfo infoByPhone = wxCUserBasicInfoService.registerByPhone(aliUser, aliUser.getPhone()); |
|
|
|
if(aliUser != null ){ |
|
|
|
record.setCUserId(aliUser.getUserId()); |
|
|
|
}else{ |
|
|
|
logger.error("--Ali商圈付款通知消息未找到会员--aliUserId="+record.getBuyerId()); |
|
|
|
} |
|
|
|
|