|
|
@@ -681,7 +681,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();
|