Commit dcf89da0 by 孙亚楠

dd

parent a7b6ce11
......@@ -107,6 +107,7 @@ class OorderstatusService extends ServiceBase {
_order.bd_id = this.trim(params.bd_id);
_order.status = this.trim(params.status);
_order.bd_path = this.trim(params.bd_path);
_order.assign_time = new Date();
_order.assign_user_id = this.trim(params.assign_user_id);
let res = await _order.save();
return system.getResult(res);
......
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