|
|
|
@@ -93,8 +93,8 @@ public class AliBusinessCircleOrderServiceImpl implements AliBusinessCircleOrder |
|
|
|
userQ.updateTenantInfo(record); |
|
|
|
userQ.setId(Long.parseLong(record.getBuyerId())); |
|
|
|
AliPayCUser aliUser = aliPayCUserService.getByAliPayUserId(userQ); |
|
|
|
WxCUserBasicInfo infoByPhone = wxCUserBasicInfoService.findInfoByPhone(aliUser, aliUser.getPhone()); |
|
|
|
|
|
|
|
// WxCUserBasicInfo infoByPhone = wxCUserBasicInfoService.findInfoByPhone(aliUser, aliUser.getPhone()); |
|
|
|
WxCUserBasicInfo infoByPhone = wxCUserBasicInfoService.registerByPhone(aliUser, aliUser.getPhone()); |
|
|
|
if(infoByPhone != null ){ |
|
|
|
record.setCUserId(infoByPhone.getId()); |
|
|
|
}else{ |
|
|
|
|