Commit 1a811722 by 王悦

fix

parent 76cd9f50
......@@ -665,7 +665,7 @@ class AliyunQcService {
if (!ns || !ns.id) {
return system.getResultFail(-102, "未知方案");
}
if (pobj.isDirectBuy !== "true") {
if (ab.isDirectBuy !== "true") {
var needinfo = await this.needinfoDao.model.findOne({
where: {needNo: ns.needNo}, 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