|
@@ -886,8 +886,8 @@ module.exports = app => {
|
|
|
updateData.push(await this.getDataByCondition({ id: updateParent.id }));
|
|
|
}
|
|
|
}
|
|
|
- const expandData = await this.getChildrenByParentId(tenderId, expandIds);
|
|
|
- return { create: createData, update: updateData, expand: expandData };
|
|
|
+ //const expandData = await this.getChildrenByParentId(tenderId, expandIds);
|
|
|
+ return { create: createData, update: updateData };
|
|
|
}
|
|
|
|
|
|
/**
|