|
@@ -329,7 +329,7 @@ public class OrderController : BaseController
|
|
|
orderVisit.VisitState = EVisitState.WaitForVisit;
|
|
|
orderVisit.PublishTime = DateTime.Now;
|
|
|
orderVisit.IsCanHandle = true;
|
|
|
-
|
|
|
+ orderVisit.EmployeeId = _sessionContext.RequiredUserId;
|
|
|
if (order is { ProcessType: EProcessType.Zhiban, CounterSignType: null })
|
|
|
{
|
|
|
orderVisit.VisitState = EVisitState.Visited;
|