|
|
@ -93,7 +93,7 @@ public class EmeterMinuteJob : AbstractCronJob
|
|
|
|
|
|
|
|
|
|
|
|
protected override string Key()
|
|
|
|
protected override string Key()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return nameof(EmeterMinuteJob);
|
|
|
|
return "Service.Job.EmeterMinuteJob";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
protected override string Cron()
|
|
|
|
protected override string Cron()
|
|
|
|