فهرست منبع

plan-java-v2.04

MOKASZ\lw12420 2 سال پیش
والد
کامیت
e0566c7e3e

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

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