sunpengfei
2025-08-22 3a57c342ff5b39467b9dd0d5ba3c624311a581f1
FlexJobApi.Core/Jobs/CalcTaskSatusByDateJob.cs
@@ -31,7 +31,7 @@
                {
                    entity.ReleaseStatus = EnumTaskReleaseStatus.Stopped;
                }
                await rep.UpdateAsync(entities);
                await rep.UpdateNowAsync(entities);
            }
        }
    }