|
|
|
@@ -213,7 +213,7 @@ public class TtOrderServiceImpl implements TtOrderService { |
|
|
|
if(!order.getCUserId().equals(memberId)){ |
|
|
|
return new ResultData(ErrorCode.ORDER_USER_NOT_MATCH); |
|
|
|
} |
|
|
|
TtCUser byId = ttCUserService.getById(memberId, order.getTenantId()); |
|
|
|
TtCUser byId = ttCUserService.getById(memberId, tenantEntity.getTenantId()); |
|
|
|
// WxCUserBasicInfo wxCUserBasicInfo = wxCUserBasicInfoService.getById(memberId,tenantEntity.getFinalTenantId()); |
|
|
|
// if ( null == wxCUserBasicInfo) { |
|
|
|
if ( byId == null) { |
|
|
|
|