@@ -32,6 +32,7 @@
<None Update="Template\AssignmentForm.doc">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
+ <None Remove="logs\**" />
</ItemGroup>
<ItemGroup>
@@ -40,6 +41,15 @@
<Compile Remove="Controllers\Order\OrderComplementController.cs" />
+ <Compile Remove="logs\**" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <EmbeddedResource Remove="logs\**" />
+ <Content Remove="logs\**" />
</Project>
@@ -235,7 +235,7 @@ internal static class StartupExtensions
//app.MapSubscribeHandler();
// 记录交互日志
- app.UseRequestResponseLogging(app.Configuration);
+ //app.UseRequestResponseLogging(app.Configuration);
return app;
}
@@ -71,7 +71,7 @@
"Database": 3 //release:3, dev:5
},
"Swagger": true,
- "AccLog": true,
+ "AccLog": false,
"Cors": {
"Origins": [ "http://localhost:8888", "http://admin.hotline.fw.com", "http://localhost:80", "http://localhost:8113" ]
@@ -187,6 +187,8 @@ namespace Hotline.Share.Dtos.Order
/// 实际办理节点签收时间
/// </summary>
public DateTime? ActualHandleStepAcceptTime { get; set; }
+ public string ActualStepAcceptText => ActualHandleStepAcceptTime.HasValue ? "已签收" : "未签收";
/// <summary>
/// 实际办理时间