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