Commit 33e38df5 by 庄冰

serviceProviderNotification

parent 92374919
...@@ -423,7 +423,7 @@ class AliyunQcService{ ...@@ -423,7 +423,7 @@ class AliyunQcService{
} }
//获取方案信息 //获取方案信息
var needsolutioninfo = await this.needsolutionDao.model.findOne({ var needsolutioninfo = await this.needsolutionDao.model.findOne({
attributes:["id","status","solutionContent","needNo",""], attributes:["id","status","solutionContent","needNo"],
where: { solutionNo: ab.solutionNo }, raw: true where: { solutionNo: ab.solutionNo }, raw: true
}); });
if (!needsolutioninfo || !needsolutioninfo.id) { if (!needsolutioninfo || !needsolutioninfo.id) {
......
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