xf 9 months ago
parent
commit
df6205005a

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

@@ -101,6 +101,7 @@ public class OrderMapperConfigs : IRegister
             .Ignore(d => d.AcceptorId)
             .Ignore(d => d.AcceptorName)
             .Ignore(d => d.AcceptorStaffNo)
+            .IgnoreNullValues(false)
 			//.AfterMapping((s, d) =>
    //         {
    //             d.UpdateHandlingStatus(s.IsInCountersign);

+ 1 - 1
src/Hotline/FlowEngine/Workflows/Workflow.cs

@@ -561,7 +561,7 @@ public partial class Workflow
         string? handleOrgAreaName,
         int handlerOrgLevel)
     {
-        CurrentStepAcceptTime = step.AcceptTime;
+        //CurrentStepAcceptTime = step.AcceptTime;
         CurrentHandleTime = step.HandleTime;
         CurrentHandleOrgAreaCode = handleOrgAreaCode;
         CurrentHandleOrgAreaName = handleOrgAreaName;