hutongqing
2024-11-28 3ec3e0c1913bc902dbbcaeae2959897df6212ec2
WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/QuartzExtensions/QuartzJobDataTableHostedService.cs
@@ -61,7 +61,7 @@
        {
            try
            {
                await QuartzJobCreateDataTabel.SeedAsync(_dbContext);
                await QuartzJobCreateDataTabel.SeedAsync(_dbContext, _webRootPath);
            }
            catch (Exception ex)
            {