|
@@ -67,7 +67,7 @@ public class ComponentBuildingController {
|
|
|
|
|
|
List<ObjectDigital> masterObjs = this.relationObjectContext.queryPageObjectInfo(requestData, groupCode, projectId, AdmRelationType.ARCHSUBSET_BD2FL);
|
|
|
this.handleMasterObjs(masterObjs, groupCode, projectId);
|
|
|
- return AdmResponse.success();
|
|
|
+ return AdmResponse.success(masterObjs);
|
|
|
}
|
|
|
|
|
|
/**
|