Commit 64e33c7c by 王勇飞

Merge branch 'tx-fi-tax' of gitlab.gongsibao.com:jiangyong/zhichan into tx-fi-tax

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