Explorar el Código

plan-java-v2.04

(cherry picked from commit e0566c7e3e6b7dd8d5d869e538b237f621d55b2c)
MOKASZ\lw12420 hace 2 años
padre
commit
b2c207af8e

+ 1 - 1
launch-admin/src/main/java/com/webflux/launchadmin/mysql/service/planNew/goGenerate/GoGenerateService.java

@@ -680,7 +680,7 @@ public class GoGenerateService {
                        .where("group_type_id").is(isQs?f.groupIdQs():f.groupId())
                        .and("status").is(1)
                        .and("type").is(1)
-                       .and("group_type").is(2)
+                       .and("group_type").is(isQs?2:1)
                        .and("deleted_at").isNull()), DomainSelect.class)
                        .collectList()
                        .switchIfEmpty(Mono.just(List.of())), (a, b) -> {