Commit ed6df613 by 王勇飞

gyq

parent 18180e91
......@@ -77,8 +77,10 @@ class DeliverybillCtl extends CtlBase {
}
}
const rs = await this.service.updateOrderStatus(pobj);
console.console.log("updateOrderStatus--------------rs",JSON.stringify(rs));
return system.getResult(rs);
} catch (err) {
console.console.log("updateOrderStatus--------------error",err);
return system.getResult(null, err.message)
}
}
......
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