|
@@ -1363,6 +1363,9 @@ public class PlanNewCommonOutController {
|
|
|
//saveRequest.setImportDomain(String.valueOf(saveRequest.getGroupId()));
|
|
//saveRequest.setImportDomain(String.valueOf(saveRequest.getGroupId()));
|
|
|
return getDomainSetV(groupId, planId,2, ff.code());
|
|
return getDomainSetV(groupId, planId,2, ff.code());
|
|
|
}else {
|
|
}else {
|
|
|
|
|
+ if (3 == ff.type()) {
|
|
|
|
|
+ return getDomainSetV(groupId, planId,3, ff.code());
|
|
|
|
|
+ }
|
|
|
return getDomainSetV(groupId, planId,1, ff.code());
|
|
return getDomainSetV(groupId, planId,1, ff.code());
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -1443,6 +1446,8 @@ public class PlanNewCommonOutController {
|
|
|
stringBuilder.append(domainSelect.domain());
|
|
stringBuilder.append(domainSelect.domain());
|
|
|
if(2==type){
|
|
if(2==type){
|
|
|
stringBuilder.append("?code=");
|
|
stringBuilder.append("?code=");
|
|
|
|
|
+ }else if(3==type) {
|
|
|
|
|
+ stringBuilder.append("/index?code=");
|
|
|
}else {
|
|
}else {
|
|
|
stringBuilder.append("/index.html?code=");
|
|
stringBuilder.append("/index.html?code=");
|
|
|
}
|
|
}
|