Commit 23ffc6c0 by 庄冰

orderNo

parent 62fa7389
...@@ -472,6 +472,9 @@ class NeedsolutionService extends ServiceBase { ...@@ -472,6 +472,9 @@ class NeedsolutionService extends ServiceBase {
if(ab.status){ if(ab.status){
needsolutioninfo.status = ab.status; needsolutioninfo.status = ab.status;
} }
if(ab.orderNo){
needsolutioninfo.orderNo = ab.orderNo;
}
await this.dao.update(needsolutioninfo); await this.dao.update(needsolutioninfo);
var ns = await this.dao.model.findOne({ var ns = await this.dao.model.findOne({
where:{channelSolutionNo: ab.channelSolutionNo},raw:true where:{channelSolutionNo: ab.channelSolutionNo},raw:true
......
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