This commit is contained in:
tongfei
2024-01-16 09:30:07 +08:00
parent cbefd35401
commit 2e4c2fd391

View File

@@ -37,6 +37,11 @@ namespace WMS.Web.Domain.TimedJob
//30分钟执行一次
[Invoke(Begin = "2024-01-15 17:43", Interval = 1000 * 60 * 30, SkipWhileExecuting = true)]
public void Run()
{
this.SyscErpBaseData();
}
public void SyscErpBaseData()
{
string tip = "";
_logger.LogInformation($"----------异步:定时任务拉取---------");