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