Commit 91b76d7b by 庄冰

createSolutionByOrder

parent 43eaed9b
......@@ -400,7 +400,7 @@ class NeedsolutionService extends ServiceBase {
// ab["solutionNo"] = solutionNo;
var solutionNo = await this.getBusUid("ns");
var reqObj = {
solutionContent:solutionContent,solutionNo:solutionNo,status:"ywc"
solutionContent:solutionContent,solutionNo:solutionNo,status:"ywc",orderNo:ab.orderNo
};
var ns = await this.dao.create(reqObj);
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