Commit fb9727b3 by 孙亚楠

dd

parent ab896cb2
......@@ -523,7 +523,7 @@ class DeliverService extends ServiceBase {
async orgSave(params) {
let id = params.id;
let pid = params.pid;
let pid = params.parent_id;
let name = params.name;
let deliver_id = params.deliver_id;
if (!pid) {
......
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