Commit d666052a by 庄冰

receiveSolutionPayInfo

parent 3e0f17d4
......@@ -442,7 +442,8 @@ class NeedsolutionService extends ServiceBase {
needsolutioninfo.status = ab.status;
}
await this.dao.update(needsolutioninfo);
return system.getResultSuccess();
var ns = await this.dao.findOne({ channelSolutionNo: ab.channelSolutionNo,uapp_id:app.uapp_id });
return system.getResultSuccess(ns);
}
}
module.exports = NeedsolutionService;
......
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