(cherry picked from commit 6f090660208db983744e1b630d0691fcc49e258c)
@@ -701,7 +701,7 @@ public class GoGenerateService {
.and("status").is(1)
.and("type").is(1)
.and("group_type").is(2)
- .and("deleted_at").isNotNull()), DomainSelect.class)
+ .and("deleted_at").isNull()), DomainSelect.class)
.collectList()
.switchIfEmpty(Mono.just(List.of())), (a, b) -> {
StringBuilder stringBuilder = new StringBuilder();