Selaa lähdekoodia

code sk v0.04

MOKASZ\lw12420 1 vuosi sitten
vanhempi
commit
64525dc6d7

+ 1 - 1
launch-admin/src/main/java/com/webflux/launchadmin/mysql/controller/planNew/PlanNewCommonController.java

@@ -127,7 +127,7 @@ public class PlanNewCommonController {
        // saveRequest.setCode(IdUtil.fastSimpleUUID());
         Mono<String> previewUrl;
         if (saveRequest.getType() == 8) {//复粉
-             previewUrl = Mono.just("");
+             previewUrl = code.then(Mono.just(""));
         }else {
              previewUrl = code.then(this.getPreviewUrl(saveRequest));
         }