Commit 147083bd by 兰国旗

关闭需求

parent c9a71a24
...@@ -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