소스 검색

广告-v0.05

(cherry picked from commit 4a36de5fb13b14d32753efcb740dde87e336ad89)
MOKASZ\lw12420 1 년 전
부모
커밋
0bc2961e5e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      launch-admin/src/main/java/com/webflux/launchadmin/mysql/service/applet/AppletService.java

+ 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))
                 .flatMap(link->
                         reactiveRedisTemplates.opsForValue()
-                                .set(unique, s, Duration.ofMinutes(getSecondsUntilNextMidnight()))
+                                .set(unique, link, Duration.ofMinutes(getSecondsUntilNextMidnight()))
                                 .flatMap(f->Mono.just(link)));
     }
     private static long getSecondsUntilNextMidnight() {