Parcourir la source

Merge branch 'release' of http://110.188.24.182:10023/Fengwo/hotline into release

田爽 il y a 6 mois
Parent
commit
9a59504140

+ 1 - 0
src/Hotline.Application/Handlers/FlowEngine/WorkflowNextHandler.cs

@@ -141,6 +141,7 @@ public class WorkflowNextHandler : INotificationHandler<NextStepNotify>
 
                     if (data.FlowDirection is EFlowDirection.CenterToOrg)
                         order.SendBackAuditEndTime = await _expireTime.GetWorkDay(DateTime.Now);
+                    _orderRepository.Queryable().ClearFilter();
                     await _orderRepository.UpdateAsync(order, cancellationToken);
 
                     //司法行政监督管理-推诿工单

+ 1 - 0
src/Hotline.Application/Mappers/OrderMapperConfigs.cs

@@ -111,6 +111,7 @@ public class OrderMapperConfigs : IRegister
             .Ignore(d => d.AcceptorName)
             .Ignore(d => d.AcceptorStaffNo)
             .Ignore(d => d.ExternalId)
+            .Ignore(d=>d.CreationTime)
             //.AfterMapping((s, d) =>
             //{
             //    //d.UpdateHandlingStatus(s.IsInCountersign);