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