|
@@ -85,7 +85,7 @@ public class EnterpriseGroupController extends BaseController
|
|
|
param.put("opt", "start");
|
|
|
|
|
|
// 模拟构件实例调用平台接口
|
|
|
-// ComponentUtil.test001(param, "/company/group/component/"+enterpriseGroup.getGroupName()); // ---数据融合构件1
|
|
|
+ ComponentUtil.test001(param, "/company/group/component/"+enterpriseGroup.getGroupName()); // ---数据融合构件1
|
|
|
|
|
|
return toAjax(enterpriseGroupService.insertEnterpriseGroup(enterpriseGroup));
|
|
|
}
|