MOKASZ\lw12420 1 год назад
Родитель
Сommit
54752de0ef

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

@@ -1365,8 +1365,9 @@ public class PlanNewCommonOutController {
                     }else {
                         if (3 == ff.type()) {
                             return getDomainSetV(groupId, planId,3, ff.code());
+                        }else {
+                            return getDomainSetV(groupId, planId,1, ff.code());
                         }
-                        return getDomainSetV(groupId, planId,1, ff.code());
                     }
 
                 });

+ 8 - 1
launch-admin/src/main/java/com/webflux/launchadmin/mysql/service/otherServices/OtherServicesImpl.java

@@ -122,7 +122,12 @@ public class OtherServicesImpl implements   OtherServicesInterface {
                         //saveRequest.setImportDomain(String.valueOf(saveRequest.getGroupId()));
                         return getDomainSetV(groupId, code,2);
                     }else {
-                        return getDomainSetV(groupId, code,1);
+                        if (3 == ff.type()) {
+                            return getDomainSetV(groupId, code,3);
+                        }else {
+                            return getDomainSetV(groupId, code,1);
+                        }
+
                     }
 
                 });
@@ -202,6 +207,8 @@ public class OtherServicesImpl implements   OtherServicesInterface {
                         stringBuilder.append(domainSelect.domain());
                         if(2==type){
                             stringBuilder.append("?code=");
+                        }else if(3==type) {
+                            stringBuilder.append("/portal-page/index?code=");
                         }else {
                             stringBuilder.append("/index.html?code=");
                         }