MOKASZ\lw12420 1 anno fa
parent
commit
4a36de5fb1

+ 1 - 1
launch-admin/src/main/java/com/webflux/launchadmin/mysql/service/applet/AppletService.java

@@ -227,7 +227,7 @@ public class AppletService implements AppletServiceInterface {
         return getWxScheme(getTonke(s))
         return getWxScheme(getTonke(s))
                 .flatMap(link->
                 .flatMap(link->
                         reactiveRedisTemplates.opsForValue()
                         reactiveRedisTemplates.opsForValue()
-                                .set(unique, s, Duration.ofMinutes(getSecondsUntilNextMidnight()))
+                                .set(unique, link, Duration.ofMinutes(getSecondsUntilNextMidnight()))
                                 .flatMap(f->Mono.just(link)));
                                 .flatMap(f->Mono.just(link)));
     }
     }
     private static long getSecondsUntilNextMidnight() {
     private static long getSecondsUntilNextMidnight() {