新增物料标签查询接口

This commit is contained in:
alex
2023-08-23 14:58:09 +08:00
parent 3583c520c2
commit 62e1cd910a
5 changed files with 132 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ public class Startup : AppStartup
SnowflakeIdHelper.InitYitIdWorker();
bool isStartTimeJob = App.GetConfig<bool>("IsStartTimeJob");
if (isStartTimeJob)
serviceProvider.GetRequiredService<ITimeTaskService>().StartTimerJob();
//if (isStartTimeJob)
// serviceProvider.GetRequiredService<ITimeTaskService>().StartTimerJob();
}
}