|
@@ -508,9 +508,11 @@ namespace Hotline.Orders
|
|
|
throw UserFriendlyException.SameMessage("工单已归档");
|
|
|
}
|
|
|
|
|
|
- public void Init(string employeeId)
|
|
|
+ public void Init(string userId, string? userName, string? staffNo)
|
|
|
{
|
|
|
- AcceptorId = employeeId;
|
|
|
+ AcceptorId = userId;
|
|
|
+ AcceptorName = userName;
|
|
|
+ AcceptorStaffNo = staffNo;
|
|
|
if (!string.IsNullOrEmpty(Contact))
|
|
|
ContactMask = Contact.MaskPhoneNumber();
|
|
|
Status = EOrderStatus.WaitForAccept;
|