|
@@ -171,7 +171,7 @@ public class WorkflowNextHandler : INotificationHandler<NextStepNotify>
|
|
|
OrderId = order.Id,
|
|
|
PushPlatform = EPushPlatform.Sms,
|
|
|
Remark = order.Title,
|
|
|
- Name = item.PhoneNo,
|
|
|
+ Name = item.Name,
|
|
|
TemplateCode = "1007",
|
|
|
Params = new List<string>() { order.No },
|
|
|
TelNumber = item.PhoneNo,
|
|
@@ -195,7 +195,7 @@ public class WorkflowNextHandler : INotificationHandler<NextStepNotify>
|
|
|
OrderId = order.Id,
|
|
|
PushPlatform = EPushPlatform.Sms,
|
|
|
Remark = order.Title,
|
|
|
- Name = item.PhoneNo,
|
|
|
+ Name = item.Name,
|
|
|
TemplateCode = "1007",
|
|
|
Params = new List<string>() { order.No },
|
|
|
TelNumber = item.PhoneNo,
|