Commit f4a86237 by 兰国旗

修改百度公司注册作废订单,this修改为self

parent 8e811946
...@@ -576,7 +576,7 @@ class RegCenterOrderService{ ...@@ -576,7 +576,7 @@ class RegCenterOrderService{
var self = this; var self = this;
return await this.needsolutionDao.db.transaction(async function (t) { return await this.needsolutionDao.db.transaction(async function (t) {
await self.needsolutionDao.update(updateObj);//方案状态修改 await self.needsolutionDao.update(updateObj);//方案状态修改
await this.orderinfoDao.update({id:orderInfo.id,orderStatus:16});//订单状态修改 await self.orderinfoDao.update({id:orderInfo.id,orderStatus:16});//订单状态修改
var new_ns = await self.needsolutionDao.model.findOne({ var new_ns = await self.needsolutionDao.model.findOne({
where: { id: ns.id }, raw: true where: { id: ns.id }, raw: true
}); });
......
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