|
@@ -272,7 +272,7 @@ namespace Hotline.Api
|
|
|
.WithIdentity("task-send-overtime-order-trigger")
|
|
|
.ForJob(autoSendOverTimeSmsKey)
|
|
|
.StartNow()
|
|
|
- .WithCronSchedule("0 30 11,14 * * ?"));
|
|
|
+ .WithCronSchedule("0 10 11,14 * * ?"));
|
|
|
|
|
|
switch (appConfiguration.AppScope)
|
|
|
{
|