Sfoglia il codice sorgente

code sk v0.04

(cherry picked from commit 64525dc6d75ad7b7795bceda907ce7515d07cc15)
MOKASZ\lw12420 1 anno fa
parent
commit
1b7c874c47

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

@@ -85,7 +85,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));
         }