Commit 0a605915 by 高宇强

gyq

parent 9ee85bb8
...@@ -275,10 +275,10 @@ class DeliverybillCtl extends CtlBase { ...@@ -275,10 +275,10 @@ class DeliverybillCtl extends CtlBase {
} }
module.exports = DeliverybillCtl; module.exports = DeliverybillCtl;
var task = new DeliverybillCtl(); // var task = new DeliverybillCtl();
var obj={}; // var obj={};
task.updateStatusByDemandCode(obj,{},{}).then(d=>{ // task.updateStatusByDemandCode(obj,{},{}).then(d=>{
console.log(d); // console.log(d);
//console.log(d[0].analyse); // //console.log(d[0].analyse);
}) // })
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