Commit c58e98cf by 庄冰

needNo

parent 90c0e541
...@@ -116,7 +116,7 @@ class NeedsolutionService extends ServiceBase { ...@@ -116,7 +116,7 @@ class NeedsolutionService extends ServiceBase {
} }
await self.needinfoDao.update(needObj,t); await self.needinfoDao.update(needObj,t);
needinfo = await self.needinfoDao.model.findOne({ needinfo = await self.needinfoDao.model.findOne({
where:{channelNeedNo:ab.needNo},raw:true where:{id:needinfo.id},raw:true
}); });
needinfo["pushflag"]=pushflag; needinfo["pushflag"]=pushflag;
return system.getResultSuccess({needinfo:needinfo,needsolution:od}); return system.getResultSuccess({needinfo:needinfo,needsolution:od});
......
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