Commit caf364e7 by Sxy

fix: 分配记录 用户名 字段修改

parent 32112eb5
...@@ -178,7 +178,7 @@ class DeliverybillService extends ServiceBase { ...@@ -178,7 +178,7 @@ class DeliverybillService extends ServiceBase {
demand_code: val.delivery_code, demand_code: val.delivery_code,
operator: { operator: {
id: pobj.userid, id: pobj.userid,
username: pobj.username name: pobj.username
}, },
operation_type: "distribution", operation_type: "distribution",
operation_details: { operation_details: {
...@@ -235,7 +235,7 @@ class DeliverybillService extends ServiceBase { ...@@ -235,7 +235,7 @@ class DeliverybillService extends ServiceBase {
demand_code: val.demand_code, demand_code: val.demand_code,
operator: { operator: {
id: pobj.userid, id: pobj.userid,
username: pobj.username name: pobj.username
}, },
operation_type: "distribution", operation_type: "distribution",
operation_details: { operation_details: {
......
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