修改一个BUG

This commit is contained in:
2026-01-19 10:53:30 +08:00
parent 9e9dcd5264
commit 8911e1e48a

View File

@@ -177,7 +177,7 @@ namespace BLW_Log
//<2F><>ͣ<EFBFBD><CDA3><EFBFBD><EFBFBD>
var jobKey5 = new JobKey("BuTingShengJi");
q.AddJob<ExcelScan>(opts => opts.WithIdentity(jobKey5));
q.AddJob<ShengJiCaoZuoA>(opts => opts.WithIdentity(jobKey5));
q.AddTrigger(opts => opts
.ForJob(jobKey5)
.WithIdentity("BuTingShengJi-trigger")