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