Commit 2cdc2cc3 by 孙亚楠

dd

parent 89ac4e75
...@@ -99,7 +99,7 @@ class OrderCtl extends CtlBase { ...@@ -99,7 +99,7 @@ class OrderCtl extends CtlBase {
var condition = { var condition = {
id: this.trim(pobj.id), id: this.trim(pobj.id),
status: pobj.status, status: pobj.status,
bd_id: Number(pobj.bd_id), bd_id: Number(pobj.deliverId),
assign_user_id: req.loginUser.id, assign_user_id: req.loginUser.id,
} }
// * @bd_path String 业务员权限 // * @bd_path String 业务员权限
......
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