Skip to content

Commit

Permalink
remove status condition (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuangxiang20240501 authored Nov 19, 2024
1 parent 6874390 commit 0d90a09
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import com.consoleconnect.kraken.operator.controller.service.*;
import com.consoleconnect.kraken.operator.core.dto.UnifiedAssetDto;
import com.consoleconnect.kraken.operator.core.enums.AssetKindEnum;
import com.consoleconnect.kraken.operator.core.enums.AssetStatusEnum;
import com.consoleconnect.kraken.operator.core.model.HttpResponse;
import com.consoleconnect.kraken.operator.core.toolkit.JsonToolkit;
import com.consoleconnect.kraken.operator.core.toolkit.Paging;
Expand Down Expand Up @@ -89,7 +88,7 @@ public HttpResponse<Object> syncServerAsset(
null,
envId,
null,
AssetStatusEnum.ACTIVATED.getKind(),
null,
lastUpdateTime,
PageRequest.of(0, 100, Sort.Direction.ASC, FIELD_UPDATE_AT_ORIGINAL));
log.info(
Expand Down

0 comments on commit 0d90a09

Please sign in to comment.