Commit df52d3f4 by 庄冰

icp

parent a087b173
...@@ -562,7 +562,7 @@ class NeedsolutionService extends ServiceBase { ...@@ -562,7 +562,7 @@ class NeedsolutionService extends ServiceBase {
return system.getResultFail(-102,"未知需求信息"); return system.getResultFail(-102,"未知需求信息");
} }
var ns = await this.dao.model.findAll({ var ns = await this.dao.model.findAll({
where:{channelNeedNo:needinfo.needNo,createUserId:user.id},raw:true, where:{needNo:needinfo.needNo,createUserId:user.id},raw:true,
attributes:["needNo","solutionNo","channelSolutionNo","orderNo","solutionContent","status","statusName"] attributes:["needNo","solutionNo","channelSolutionNo","orderNo","solutionContent","status","statusName"]
}); });
return system.getResultSuccess(ns); return system.getResultSuccess(ns);
......
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