Ver Fonte

type6-v0.09

(cherry picked from commit 4c7ad13d3fc908efd096953288048c1bd3b44f29)
MOKASZ\lw12420 há 1 ano atrás
pai
commit
492b8c66a9

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

@@ -1363,7 +1363,7 @@ public class PlanNewCommonOutController {
                         //saveRequest.setImportDomain(String.valueOf(saveRequest.getGroupId()));
                         return getDomainSetV(groupId, planId,2, ff.code(),false);
                     }else {
-                         if (3 == ff.type()) {
+                         if (3 == ff.type() || 4==ff.type()) {
                             return getDomainSetV(groupId, planId,1, ff.code(),true);
                         }else {
                             return getDomainSetV(groupId, planId,1, ff.code(),false);