Commit a02e9f4a by 兰国旗

closeNeed

parent 9f8f963e
...@@ -114,18 +114,16 @@ class BaseQcService { ...@@ -114,18 +114,16 @@ class BaseQcService {
await self.needinfoDao.update(needObj, t);//关闭需求 await self.needinfoDao.update(needObj, t);//关闭需求
if (ns && ns.id) { if (ns && ns.id) {
await self.needsolutionDao.model.update({ status: "yzf", isInvalid: 1 }, { where: { id: ns.id }, transaction: t });//方案废弃 await self.needsolutionDao.model.update({ status: "yzf", isInvalid: 1 }, { where: { id: ns.id }, transaction: t });//方案废弃
return system.getResultSuccess(ns.orderNo); // return system.getResultSuccess(ns.orderNo);
} //2020-12-11 laolan xiugai
//2020-10-29 laolan var uappId = {};
var uappId = {}; uappId['uapp_id'] = needinfo.uapp_id;
uappId['uapp_id'] = needinfo.uapp_id; ns = ns ? ns : {};
ns = ns ? ns : {}; ns = Object.assign(ns,uappId)
ns = Object.assign(ns,uappId) console.log('guanbi ns +++',ns)
console.log('guanbi ns +++',ns) return system.getResultSuccess(ns);
return system.getResultSuccess(ns); }
// return system.getResultSuccess();
}) })
} }
//根据需求查看方案列表 //根据需求查看方案列表
......
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