Commit 87ccd3c1 by 宋毅

修改bug

parent 8e838129
...@@ -253,7 +253,7 @@ class BaiduQcService { ...@@ -253,7 +253,7 @@ class BaiduQcService {
return await this.needsolutionDao.db.transaction(async function (t) { return await this.needsolutionDao.db.transaction(async function (t) {
await self.needsolutionDao.update(updateObj, t);//方案状态修改 await self.needsolutionDao.update(updateObj, t);//方案状态修改
if (ab.isNewMethod && ab.isNewMethod == 1) { if (ab.isNewMethod && ab.isNewMethod == 1) {
await this.orderinfoDao.update({id: orderInfo.id, orderStatus: 16}, t);//订单状态修改 await self.orderinfoDao.update({id: orderInfo.id, orderStatus: 16}, t);//订单状态修改
} }
let new_ns = await self.needsolutionDao.model.findOne({ let 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