sunpengfei
8 天以前 5262f7b77aea5cf8c1543f48b34f311665d61518
FlexJobApi.Core/Jobs/CalcTaskSatusByDateJob.cs
@@ -31,7 +31,7 @@
                {
                    entity.ReleaseStatus = EnumTaskReleaseStatus.Stopped;
                }
                await rep.UpdateAsync(entities);
                await rep.UpdateNowAsync(entities);
            }
        }
    }