Commit 8497799b by 宋毅

修改bug

parent 87ccd3c1
......@@ -221,7 +221,7 @@ class BaiduQcService {
var ns = await this.needsolutionDao.model.findOne({
where: {orderNo: orderInfo.orderNo, isInvalid: 0}, raw: true
});
console.log("获取方案信息........................", JSON.stringify(ns))
// console.log("获取方案信息........................", JSON.stringify(ns))
if (!ns || !ns.id) {
return system.getResultFail(-102, "未知方案");
}
......
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