Commit 67b5742f by 兰国旗

百度reg关闭订单,修改订单状态为已退款

parent 3a249e31
...@@ -576,8 +576,8 @@ class RegCenterOrderService{ ...@@ -576,8 +576,8 @@ 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 this.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
}); });
return system.getResultSuccess(new_ns); return system.getResultSuccess(new_ns);
......
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