|
@@ -288,7 +288,7 @@ namespace Hotline.Api
|
|
.WithIdentity("task-send-order-trigger")
|
|
.WithIdentity("task-send-order-trigger")
|
|
.ForJob(autoSendOrderKey)
|
|
.ForJob(autoSendOrderKey)
|
|
.StartNow()
|
|
.StartNow()
|
|
- .WithCronSchedule("0 0 9 * * ?")
|
|
|
|
|
|
+ .WithCronSchedule("0 10 9 * * ?")
|
|
);
|
|
);
|
|
break;
|
|
break;
|
|
case AppDefaults.AppScope.ZiGong:
|
|
case AppDefaults.AppScope.ZiGong:
|