|
|
@@ -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);
|