Administrator
3 years ago
8 changed files with 2635 additions and 35 deletions
File diff suppressed because it is too large
@ -0,0 +1,168 @@ |
|||||
|
2021-11-25 08:05:11.625 G Execution DelayedJobScheduler is in the Failed state now due to an exception, execution will be retried no more than in 00:00:09 |
||||
|
System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. |
||||
|
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) |
||||
|
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) |
||||
|
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) |
||||
|
at System.Data.SqlClient.SqlConnection.Open() |
||||
|
at Hangfire.SqlServer.SqlServerStorage.CreateAndOpenConnection() |
||||
|
at Hangfire.SqlServer.SqlServerConnection.AcquireLock(String resource, TimeSpan timeout) |
||||
|
at Hangfire.SqlServer.SqlServerConnection.AcquireDistributedLock(String resource, TimeSpan timeout) |
||||
|
at Hangfire.Server.DelayedJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) |
||||
|
at Hangfire.Server.DelayedJobScheduler.EnqueueNextScheduledJobs(BackgroundProcessContext context) |
||||
|
at Hangfire.Server.DelayedJobScheduler.Execute(BackgroundProcessContext context) |
||||
|
at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) |
||||
|
at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) |
||||
|
2021-11-25 08:05:11.625 G Execution DelayedJobScheduler is in the Failed state now due to an exception, execution will be retried no more than in 00:00:09 |
||||
|
System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. |
||||
|
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) |
||||
|
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) |
||||
|
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) |
||||
|
at System.Data.SqlClient.SqlConnection.Open() |
||||
|
at Hangfire.SqlServer.SqlServerStorage.CreateAndOpenConnection() |
||||
|
at Hangfire.SqlServer.SqlServerConnection.AcquireLock(String resource, TimeSpan timeout) |
||||
|
at Hangfire.SqlServer.SqlServerConnection.AcquireDistributedLock(String resource, TimeSpan timeout) |
||||
|
at Hangfire.Server.DelayedJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) |
||||
|
at Hangfire.Server.DelayedJobScheduler.EnqueueNextScheduledJobs(BackgroundProcessContext context) |
||||
|
at Hangfire.Server.DelayedJobScheduler.Execute(BackgroundProcessContext context) |
||||
|
at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) |
||||
|
at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) |
||||
|
2021-11-25 08:05:11.625 G Execution RecurringJobScheduler is in the Failed state now due to an exception, execution will be retried no more than in 00:00:09 |
||||
|
System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. |
||||
|
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) |
||||
|
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) |
||||
|
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) |
||||
|
at System.Data.SqlClient.SqlConnection.Open() |
||||
|
at Hangfire.SqlServer.SqlServerStorage.CreateAndOpenConnection() |
||||
|
at Hangfire.SqlServer.SqlServerConnection.AcquireLock(String resource, TimeSpan timeout) |
||||
|
at Hangfire.SqlServer.SqlServerConnection.AcquireDistributedLock(String resource, TimeSpan timeout) |
||||
|
at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) |
||||
|
at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) |
||||
|
at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) |
||||
|
at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) |
||||
|
at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) |
||||
|
2021-11-25 08:05:15.606 G Execution Worker is in the Failed state now due to an exception, execution will be retried no more than in 00:05:00 |
||||
|
System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. |
||||
|
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) |
||||
|
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) |
||||
|
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) |
||||
|
at System.Data.SqlClient.SqlConnection.Open() |
||||
|
at Hangfire.SqlServer.SqlServerStorage.CreateAndOpenConnection() |
||||
|
at Hangfire.SqlServer.SqlServerJobQueue.DequeueUsingTransaction(String[] queues, CancellationToken cancellationToken) |
||||
|
at Hangfire.SqlServer.SqlServerJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) |
||||
|
at Hangfire.SqlServer.SqlServerConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) |
||||
|
at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) |
||||
|
at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) |
||||
|
at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) |
||||
|
2021-11-25 08:05:15.622 G Execution Worker is in the Failed state now due to an exception, execution will be retried no more than in 00:00:49 |
||||
|
System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. |
||||
|
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) |
||||
|
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) |
||||
|
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) |
||||
|
at System.Data.SqlClient.SqlConnection.Open() |
||||
|
at Hangfire.SqlServer.SqlServerStorage.CreateAndOpenConnection() |
||||
|
at Hangfire.SqlServer.SqlServerJobQueue.DequeueUsingTransaction(String[] queues, CancellationToken cancellationToken) |
||||
|
at Hangfire.SqlServer.SqlServerJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) |
||||
|
at Hangfire.SqlServer.SqlServerConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) |
||||
|
at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) |
||||
|
at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) |
||||
|
at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) |
||||
|
2021-11-25 08:05:20.065 G Server sk-20210819huao:132:d40b9d06 encountered an exception while sending heartbeat |
||||
|
System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. |
||||
|
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) |
||||
|
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) |
||||
|
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) |
||||
|
at System.Data.SqlClient.SqlConnection.Open() |
||||
|
at Hangfire.SqlServer.SqlServerStorage.CreateAndOpenConnection() |
||||
|
at Hangfire.SqlServer.SqlServerStorage.UseConnection[T](DbConnection dedicatedConnection, Func`2 func) |
||||
|
at Hangfire.SqlServer.SqlServerStorage.UseConnection(DbConnection dedicatedConnection, Action`1 action) |
||||
|
at Hangfire.SqlServer.SqlServerConnection.Heartbeat(String serverId) |
||||
|
at Hangfire.Server.ServerHeartbeatProcess.Execute(BackgroundProcessContext context) |
||||
|
2021-11-25 08:05:20.065 G Server sk-20210819huao:132:d293512d encountered an exception while sending heartbeat |
||||
|
System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. |
||||
|
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) |
||||
|
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) |
||||
|
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) |
||||
|
at System.Data.SqlClient.SqlConnection.Open() |
||||
|
at Hangfire.SqlServer.SqlServerStorage.CreateAndOpenConnection() |
||||
|
at Hangfire.SqlServer.SqlServerStorage.UseConnection[T](DbConnection dedicatedConnection, Func`2 func) |
||||
|
at Hangfire.SqlServer.SqlServerStorage.UseConnection(DbConnection dedicatedConnection, Action`1 action) |
||||
|
at Hangfire.SqlServer.SqlServerConnection.Heartbeat(String serverId) |
||||
|
at Hangfire.Server.ServerHeartbeatProcess.Execute(BackgroundProcessContext context) |
||||
|
2021-11-25 08:05:50.639 G Server sk-20210819huao:132:d40b9d06 encountered an exception while sending heartbeat |
||||
|
System.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) |
||||
|
---> System.ComponentModel.Win32Exception (53): 找不到网络路径。 |
||||
|
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) |
||||
|
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) |
||||
|
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) |
||||
|
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) |
||||
|
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) |
||||
|
at System.Data.SqlClient.SqlConnection.Open() |
||||
|
at Hangfire.SqlServer.SqlServerStorage.CreateAndOpenConnection() |
||||
|
at Hangfire.SqlServer.SqlServerStorage.UseConnection[T](DbConnection dedicatedConnection, Func`2 func) |
||||
|
at Hangfire.SqlServer.SqlServerStorage.UseConnection(DbConnection dedicatedConnection, Action`1 action) |
||||
|
at Hangfire.SqlServer.SqlServerConnection.Heartbeat(String serverId) |
||||
|
at Hangfire.Server.ServerHeartbeatProcess.Execute(BackgroundProcessContext context) |
||||
|
ClientConnectionId:00000000-0000-0000-0000-000000000000 |
||||
|
Error Number:53,State:0,Class:20 |
||||
|
2021-11-25 08:05:50.639 G Server sk-20210819huao:132:d293512d encountered an exception while sending heartbeat |
||||
|
System.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) |
||||
|
---> System.ComponentModel.Win32Exception (53): 找不到网络路径。 |
||||
|
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) |
||||
|
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) |
||||
|
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) |
||||
|
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) |
||||
|
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) |
||||
|
at System.Data.SqlClient.SqlConnection.Open() |
||||
|
at Hangfire.SqlServer.SqlServerStorage.CreateAndOpenConnection() |
||||
|
at Hangfire.SqlServer.SqlServerStorage.UseConnection[T](DbConnection dedicatedConnection, Func`2 func) |
||||
|
at Hangfire.SqlServer.SqlServerStorage.UseConnection(DbConnection dedicatedConnection, Action`1 action) |
||||
|
at Hangfire.SqlServer.SqlServerConnection.Heartbeat(String serverId) |
||||
|
at Hangfire.Server.ServerHeartbeatProcess.Execute(BackgroundProcessContext context) |
||||
|
ClientConnectionId:00000000-0000-0000-0000-000000000000 |
||||
|
Error Number:53,State:0,Class:20 |
||||
|
2021-11-25 08:05:50.639 G Execution RecurringJobScheduler is in the Failed state now due to an exception, execution will be retried no more than in 00:00:09 |
||||
|
System.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) |
||||
|
---> System.ComponentModel.Win32Exception (53): 找不到网络路径。 |
||||
|
at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken) |
||||
|
at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) |
||||
|
at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) |
||||
|
at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) |
||||
|
at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) |
||||
|
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) |
||||
|
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) |
||||
|
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) |
||||
|
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) |
||||
|
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) |
||||
|
at System.Data.SqlClient.SqlConnection.Open() |
||||
|
at Hangfire.SqlServer.SqlServerStorage.CreateAndOpenConnection() |
||||
|
at Hangfire.SqlServer.SqlServerConnection.AcquireLock(String resource, TimeSpan timeout) |
||||
|
at Hangfire.SqlServer.SqlServerConnection.AcquireDistributedLock(String resource, TimeSpan timeout) |
||||
|
at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) |
||||
|
at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) |
||||
|
at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) |
||||
|
at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) |
||||
|
at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) |
||||
|
ClientConnectionId:00000000-0000-0000-0000-000000000000 |
||||
|
Error Number:53,State:0,Class:20 |
||||
|
2021-11-25 08:06:35.677 G Server sk-20210819huao:132:d293512d encountered an exception while sending heartbeat |
||||
|
System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. |
||||
|
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) |
||||
|
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) |
||||
|
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) |
||||
|
at System.Data.SqlClient.SqlConnection.Open() |
||||
|
at Hangfire.SqlServer.SqlServerStorage.CreateAndOpenConnection() |
||||
|
at Hangfire.SqlServer.SqlServerStorage.UseConnection[T](DbConnection dedicatedConnection, Func`2 func) |
||||
|
at Hangfire.SqlServer.SqlServerStorage.UseConnection(DbConnection dedicatedConnection, Action`1 action) |
||||
|
at Hangfire.SqlServer.SqlServerConnection.Heartbeat(String serverId) |
||||
|
at Hangfire.Server.ServerHeartbeatProcess.Execute(BackgroundProcessContext context) |
||||
|
2021-11-25 08:06:35.677 G Server sk-20210819huao:132:d40b9d06 encountered an exception while sending heartbeat |
||||
|
System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. |
||||
|
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) |
||||
|
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) |
||||
|
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) |
||||
|
at System.Data.SqlClient.SqlConnection.Open() |
||||
|
at Hangfire.SqlServer.SqlServerStorage.CreateAndOpenConnection() |
||||
|
at Hangfire.SqlServer.SqlServerStorage.UseConnection[T](DbConnection dedicatedConnection, Func`2 func) |
||||
|
at Hangfire.SqlServer.SqlServerStorage.UseConnection(DbConnection dedicatedConnection, Action`1 action) |
||||
|
at Hangfire.SqlServer.SqlServerConnection.Heartbeat(String serverId) |
||||
|
at Hangfire.Server.ServerHeartbeatProcess.Execute(BackgroundProcessContext context) |
@ -0,0 +1,71 @@ |
|||||
|
using Magicodes.ExporterAndImporter.Core; |
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Linq; |
||||
|
using System.Text; |
||||
|
using System.Threading.Tasks; |
||||
|
using Volo.Abp.DependencyInjection; |
||||
|
using Volo.Abp.Domain.Repositories.Dapper; |
||||
|
using Volo.Abp.EntityFrameworkCore; |
||||
|
using Win.Sfs.SettleAccount.Reports; |
||||
|
|
||||
|
namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report |
||||
|
{ |
||||
|
public class InvoiceSettledDetilDiff : ReportDetailBase |
||||
|
{ |
||||
|
//结算数量
|
||||
|
|
||||
|
[ExporterHeader(DisplayName = "结算数量")] |
||||
|
public decimal SettleQty { set; get; } |
||||
|
//结算日期
|
||||
|
[ExporterHeader(DisplayName = "结算日期")] |
||||
|
public decimal CP7Time { set; get; } |
||||
|
//结算与发货差异
|
||||
|
[ExporterHeader(DisplayName = "结算与发货差异")] |
||||
|
public decimal DiffFisQty{ set; get; } |
||||
|
//结算与开票差异
|
||||
|
[ExporterHeader(DisplayName = "结算与开票差异")] |
||||
|
public decimal DiffSettleInvQty { set; get; } |
||||
|
//开票数量
|
||||
|
[ExporterHeader(DisplayName = "开票数量")] |
||||
|
public decimal InvoiceQty { set; get; } |
||||
|
//开票单价
|
||||
|
[ExporterHeader(DisplayName = "开票单价")] |
||||
|
public decimal InvoicePrice { set; get; } |
||||
|
//开票金额
|
||||
|
[ExporterHeader(DisplayName = "开票金额")] |
||||
|
public decimal InvocieAmt { set; get; } |
||||
|
//结算金额
|
||||
|
[ExporterHeader(DisplayName = "结算金额")] |
||||
|
public decimal SettleAmt { set; get; } |
||||
|
//单价差异
|
||||
|
[ExporterHeader(DisplayName = "单价差异")] |
||||
|
public decimal DiffPrice { set; get; } |
||||
|
//总金额差异
|
||||
|
[ExporterHeader(DisplayName = "交货单号 ")] |
||||
|
|
||||
|
public decimal AmtDiffPrice { set; get; } |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
} |
||||
|
public class InvoiceSettledDetailDiffDapperRepository: DapperRepository<SettleAccountDbContext>, ITransientDependency |
||||
|
{ |
||||
|
public InvoiceSettledDetailDiffDapperRepository(IDbContextProvider<SettleAccountDbContext> dbContextProvider) |
||||
|
: base(dbContextProvider) |
||||
|
{ |
||||
|
} |
||||
|
public virtual List<InvoiceSettledDetilDiff> GetInvoiceSettledDetailDiffReportList(string version, string year, string tablename, string materialcode) |
||||
|
{ |
||||
|
List<InvoiceSettledDetilDiff> _list = new List<InvoiceSettledDetilDiff>(); |
||||
|
|
||||
|
|
||||
|
string str = string.Empty; |
||||
|
return _list; |
||||
|
|
||||
|
} |
||||
|
|
||||
|
} |
||||
|
} |
@ -1,13 +0,0 @@ |
|||||
using System; |
|
||||
using System.Collections.Generic; |
|
||||
using System.Linq; |
|
||||
using System.Text; |
|
||||
using System.Threading.Tasks; |
|
||||
|
|
||||
namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report |
|
||||
{ |
|
||||
class SettledPriceDiffDapperRepository |
|
||||
{ |
|
||||
|
|
||||
} |
|
||||
} |
|
Binary file not shown.
Loading…
Reference in new issue