Commit 4c587eff by 兰国旗

驳回方案取消关闭需求

parent 493d412e
...@@ -214,7 +214,7 @@ class RegCenterOrderService { ...@@ -214,7 +214,7 @@ class RegCenterOrderService {
solutionContent = JSON.stringify(solutionContent); solutionContent = JSON.stringify(solutionContent);
updateObj["solutionContent"] = solutionContent; updateObj["solutionContent"] = solutionContent;
await this.needsolutionDao.update(updateObj);//方案状态修改 await this.needsolutionDao.update(updateObj);//方案状态修改
await this.needinfoDao.update(needData);//更新状态修改 // await this.needinfoDao.update(needData);//更新状态修改
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment