Commit 8e838129 by 宋毅

去掉多余查询

parent 9dda6aa3
...@@ -225,9 +225,6 @@ class BaiduQcService { ...@@ -225,9 +225,6 @@ class BaiduQcService {
if (!ns || !ns.id) { if (!ns || !ns.id) {
return system.getResultFail(-102, "未知方案"); return system.getResultFail(-102, "未知方案");
} }
var needinfo = await this.needinfoDao.model.findOne({
where: {needNo: ns.needNo}, raw: true
});
var solutionContent = ns.solutionContent; var solutionContent = ns.solutionContent;
var checkStatus = { var checkStatus = {
MATERIAL_UNCONFIRM: "服务商递交文件", MATERIAL_UNCONFIRM: "服务商递交文件",
...@@ -263,7 +260,6 @@ class BaiduQcService { ...@@ -263,7 +260,6 @@ class BaiduQcService {
}); });
return system.getResultSuccess(new_ns); return system.getResultSuccess(new_ns);
}) })
} }
//添加业务员信息,用于直接下单的icp订单 //添加业务员信息,用于直接下单的icp订单
......
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