Commit 546d5734 by 王勇飞

fix deliveryman userName to nickName

parent a12577fc
...@@ -263,7 +263,7 @@ class AliHandler { ...@@ -263,7 +263,7 @@ class AliHandler {
obj.clerkOpcode = deliveryInfo.opath;//交付员opcode obj.clerkOpcode = deliveryInfo.opath;//交付员opcode
obj.clerkId = deliveryInfo.userId;//交付员id obj.clerkId = deliveryInfo.userId;//交付员id
// obj.costPrice = deliveryInfo.cost;//成本 // obj.costPrice = deliveryInfo.cost;//成本
obj.clerkName = deliveryInfo.userName;//交付员名称 obj.clerkName = deliveryInfo.nickName;//交付员名称
// obj.clerkPhone = deliveryInfo.mobile;//交付人员电话 // obj.clerkPhone = deliveryInfo.mobile;//交付人员电话
// obj.servicerCode = deliveryInfo.compId; // obj.servicerCode = deliveryInfo.compId;
} }
......
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