|
|
@@ -186,7 +186,8 @@ ProjectsDAO.prototype.updateUserProjects = async function (userId, compilationId
|
|
|
//工料机单价调整系数
|
|
|
data.updateData.property.tenderSetting = tenderSetting;
|
|
|
//添加重庆经济指标数据
|
|
|
- await projectFacade.setSEILibData(data.updateData.property);}else if (data.updateData.projType === projectType.project) {
|
|
|
+ await projectFacade.setSEILibData(data.updateData.property);
|
|
|
+ }else if (data.updateData.projType === projectType.project) {
|
|
|
//更新基本信息
|
|
|
data.updateData.property.basicInformation.forEach(function (pData) {
|
|
|
pData.items.forEach(function (item) {
|