Parcourir la source

type6-v0.10

(cherry picked from commit 86419d58d4f87fa044dfc1ee067f966c09d49f48)
MOKASZ\lw12420 il y a 1 an
Parent
commit
23c346dac4

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

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