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