work id поменян

This commit is contained in:
Olga Nemt 2024-01-31 15:25:16 +05:00
parent 09d753555e
commit d73fc5df43

View File

@ -15,7 +15,7 @@ namespace AsbCloudInfrastructure.Background.PeriodicWorks
{
private int MechanicalDrillingCategoryId = 4001;
public WorkDataSaubStat() : base("Generate process map drilling cache table")
public WorkDataSaubStat() : base("Generate DataSaubStat entries and save them into Db")
{
Timeout = TimeSpan.FromMinutes(10);
}