Commit 06dd482f by 庄冰

needsolution

parent 9a78df1d
...@@ -564,7 +564,7 @@ class NeedsolutionService extends ServiceBase { ...@@ -564,7 +564,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: { needNo: needinfo.needNo, createUserId: user.id }, raw: true, where: { needNo: needinfo.needNo}, 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