Przeglądaj źródła

tt

release_toaliyun_real
xhxu 5 lat temu
rodzic
commit
af6736cfd0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/tt/impl/TtOrderServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/tt/impl/TtOrderServiceImpl.java Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz